Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit d86aec3

Browse files
joselfonsecaStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 3eb5975 commit d86aec3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/Http/Controllers/Controller.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22

33
namespace App\Http\Controllers;
44

5-
use Dingo\Api\Exception\ResourceException;
65
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
76
use Illuminate\Foundation\Bus\DispatchesJobs;
87
use Illuminate\Foundation\Validation\ValidatesRequests;
9-
use Illuminate\Http\Request;
108
use Illuminate\Routing\Controller as BaseController;
119

1210
class Controller extends BaseController
1311
{
1412
use AuthorizesRequests, DispatchesJobs, ValidatesRequests;
15-
1613
}

0 commit comments

Comments
 (0)