Test Failed
Push — master ( 0e7c47...0e4454 )
by Pavel
11:22 queued 11s
created
src/LaravelBackupPanel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.