Completed
Push — dev ( 1153e7...459fc5 )
by Marc
02:46
created
src/Controllers/BaseModelController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Redirect;
14 14
 use Route;
15 15
 use Session;
16
-use Validator;
17 16
 use View;
18 17
 
19 18
 
Please login to merge, or discard this patch.
src/Controllers/ModelController.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     /**
74 74
      * Display the specified post.
75 75
      *
76
-     * @return Response
76
+     * @return ModelController
77 77
      */
78 78
     public function all($modelName, $data = null, $sort = null)
79 79
     {
@@ -132,7 +132,6 @@  discard block
 block discarded – undo
132 132
     /**
133 133
      * Update or create the specified resource in storage.
134 134
      *
135
-     * @param  int $id
136 135
      * @return Response
137 136
      */
138 137
 
Please login to merge, or discard this patch.