@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | */ |
25 | 25 | public static function check($request) |
26 | 26 | { |
27 | - return (static::$authUsing ?: function () { |
|
27 | + return (static::$authUsing ?: function() { |
|
28 | 28 | return app()->environment('local'); |
29 | 29 | })($request); |
30 | 30 | } |
@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | { |
69 | 69 | $publishedPath = public_path('vendor/laravel_backup_panel/mix-manifest.json'); |
70 | 70 | |
71 | - if (! File::exists($publishedPath)) { |
|
71 | + if (!File::exists($publishedPath)) { |
|
72 | 72 | throw new RuntimeException('Laravel Backup Panel assets are not published. Please run: php artisan vendor:publish --tag=laravel-backup-panel-assets --force'); |
73 | 73 | } |
74 | 74 |