Skip to content

Commit

Permalink
Update api.php
Browse files Browse the repository at this point in the history
removes namespace
  • Loading branch information
raftx24 authored Nov 6, 2020
1 parent 9cd09b8 commit cd36415
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use LaravelEnso\Departments\Http\Controllers\Update;

Route::middleware(['api', 'auth', 'core'])
->namespace('LaravelEnso\Departments\Http\Controllers')
->prefix('api/administration/departments')
->as('administration.departments.')
->group(function () {
Expand Down

0 comments on commit cd36415

Please sign in to comment.