Passed
Push — master ( 46a435...4cae64 )
by Curtis
12:06 queued 07:19
created
app/Console/Kernel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
         Commands\DropDatabase::class,
18 18
         Commands\DropTables::class,
19 19
         Commands\Migrate::class,
20
-   ];
20
+    ];
21 21
     protected function schedule(Schedule $schedule)
22 22
     {
23 23
         $schedule->command('telescope:prune')->daily();
Please login to merge, or discard this patch.