@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use Redirect; |
| 14 | 14 | use Route; |
| 15 | 15 | use Session; |
| 16 | -use Validator; |
|
| 17 | 16 | use View; |
| 18 | 17 | |
| 19 | 18 | |
@@ -73,7 +73,7 @@ discard block |
||
| 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 |
||
| 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 | |