Completed
Push — master ( d1ecb8...6399e4 )
by Julien
03:46 queued 23s
created
app/Http/Controllers/MainController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
     public function dashboard(){
96 96
 
97 97
 
98
-       // $redirectUrl = $response->links[1]->href;
98
+        // $redirectUrl = $response->links[1]->href;
99 99
 
100 100
         $nbacteurs = Actors::count();
101 101
         $nbcommentaires = Comments::count();
Please login to merge, or discard this patch.
app/Console/Kernel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,6 +26,6 @@
 block discarded – undo
26 26
     protected function schedule(Schedule $schedule)
27 27
     {
28 28
         $schedule->command('movies:newsletter')
29
-                 ->daily();
29
+                    ->daily();
30 30
     }
31 31
 }
Please login to merge, or discard this patch.