@@ -17,9 +17,9 @@ |
||
17 | 17 | public function boot() |
18 | 18 | { |
19 | 19 | $this->loadViewsFrom(__DIR__.'/views', 'CbLogger'); |
20 | - $this->loadRoutesFrom( __DIR__.'/logs_routes.php'); |
|
20 | + $this->loadRoutesFrom(__DIR__.'/logs_routes.php'); |
|
21 | 21 | $this->publishes([__DIR__.'/localization' => resource_path('lang')], 'cb_localization'); |
22 | - $this->loadMigrationsFrom(__DIR__ . '/migrations'); |
|
22 | + $this->loadMigrationsFrom(__DIR__.'/migrations'); |
|
23 | 23 | Auth::registerListeners(); |
24 | 24 | CRUD::registerListeners(); |
25 | 25 | app('CbDynamicMenus')->addMenu('CbLogger::log'); |