@@ -14,7 +14,7 @@ |
||
| 14 | 14 | return [ |
| 15 | 15 | 'name' => $task['name'], |
| 16 | 16 | 'some_bool' => (boolean) $task['done'], |
| 17 | - 'priority' => (int)$task['priority'], |
|
| 17 | + 'priority' => (int) $task['priority'], |
|
| 18 | 18 | ]; |
| 19 | 19 | } |
| 20 | 20 | } |
| 21 | 21 | \ No newline at end of file |
@@ -7,9 +7,9 @@ |
||
| 7 | 7 | use Illuminate\Http\Response as IlluminateResponse; |
| 8 | 8 | use Illuminate\Support\Facades\Input; |
| 9 | 9 | /** |
| 10 | - * Class TagController |
|
| 11 | - * @package App\Http\Controllers |
|
| 12 | - */ |
|
| 10 | + * Class TagController |
|
| 11 | + * @package App\Http\Controllers |
|
| 12 | + */ |
|
| 13 | 13 | class TagController extends ApiController |
| 14 | 14 | { |
| 15 | 15 | /** |