StyleCI fixes for namespace imports
This commit is contained in:
parent
215b28b056
commit
72ea343366
3 changed files with 5 additions and 5 deletions
|
@ -6,11 +6,11 @@ namespace App\Http\Controllers;
|
|||
|
||||
use App\Exceptions\InvalidTokenException;
|
||||
use App\Jobs\ProcessMedia;
|
||||
use Exception;
|
||||
use Illuminate\Contracts\Container\BindingResolutionException;
|
||||
use App\Models\{Media, Place};
|
||||
use App\Services\Micropub\{HCardService, HEntryService, UpdateService};
|
||||
use App\Services\TokenService;
|
||||
use Exception;
|
||||
use Illuminate\Contracts\Container\BindingResolutionException;
|
||||
use Illuminate\Http\{File, JsonResponse, Response, UploadedFile};
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
use Intervention\Image\Exception\NotReadableException;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue