@@ -94,15 +94,15 @@ |
||
| 94 | 94 | { |
| 95 | 95 | $this->publishes( |
| 96 | 96 | [ |
| 97 | - __DIR__ . '/../config/pheature_flags.php' => config_path('pheature_flags.php'), |
|
| 97 | + __DIR__.'/../config/pheature_flags.php' => config_path('pheature_flags.php'), |
|
| 98 | 98 | ], |
| 99 | 99 | 'config' |
| 100 | 100 | ); |
| 101 | 101 | |
| 102 | 102 | Route::group( |
| 103 | 103 | $this->routeConfiguration(), |
| 104 | - function () { |
|
| 105 | - $this->loadRoutesFrom(__DIR__ . '/../routes/pheature_flags.php'); |
|
| 104 | + function() { |
|
| 105 | + $this->loadRoutesFrom(__DIR__.'/../routes/pheature_flags.php'); |
|
| 106 | 106 | } |
| 107 | 107 | ); |
| 108 | 108 | } |