@@ -20,13 +20,13 @@ |
||
| 20 | 20 | __DIR__.'/../config/simple-pages.php' => base_path('config/simple-pages.php'), |
| 21 | 21 | ], 'config'); |
| 22 | 22 | |
| 23 | - if (! class_exists('CreateSimplePagesTable')) { |
|
| 23 | + if (!class_exists('CreateSimplePagesTable')) { |
|
| 24 | 24 | $this->publishes([ |
| 25 | 25 | __DIR__.'/../database/migrations/create_simple_pages_table.php.stub' => database_path('migrations/'.date('Y_m_d_His', time()).'_create_simple_pages_table.php'), |
| 26 | 26 | ], 'migrations'); |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | - if(config('simple-pages.route.register')) { |
|
| 29 | + if (config('simple-pages.route.register')) { |
|
| 30 | 30 | Route::get(config('simple-pages.route.path'), SimplePagesController::class); |
| 31 | 31 | } |
| 32 | 32 | } |