Completed
Push — master ( dd0ca4...f00659 )
by Julien
03:18
created
app/Http/Controllers/MoviesController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,6 @@
 block discarded – undo
148 148
 
149 149
     /**
150 150
      * Fonction de like des films, enregistré en session
151
-     * @param Request $request
152 151
      */
153 152
     public function like($id, $action)
154 153
     {
Please login to merge, or discard this patch.
app/Http/Controllers/AdministratorsController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
 
91 91
         $administrator->save();
92 92
 
93
-       // Auth::login($administrator); => Autologin
93
+        // Auth::login($administrator); => Autologin
94 94
         Session::flash('success', "L'administrateur {$administrator->email} a bien été crée");
95 95
         return Redirect::route('administrators_index');
96 96
 
Please login to merge, or discard this patch.