Skip to content

Commit

Permalink
reorganizing routes
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 committed Nov 9, 2017
1 parent f62acaa commit f8ef85c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
], function () use ($namespace){

/* DO NOT EDIT THESE BELLOW LINES */
if (Request::is(cbAdminPath())) {
$menus = DB::table('cms_menus')->where('is_dashboard', 1)->first();
if (! $menus) {
CRUDBooster::routeController('/', '\crocodicstudio\crudbooster\Modules\AuthModule\AuthController');
}
}

CRUDBooster::routeController('notifications', 'AdminNotificationsController', $namespace);
CRUDBooster::routeController('users', 'AdminUsersController');
Expand Down

0 comments on commit f8ef85c

Please sign in to comment.