refactor: apply auto fixes from idea

This commit is contained in:
Attila Kerekes
2022-11-14 13:21:47 +01:00
committed by Attila Jozsef Kerekes
parent d4f7ad842c
commit b390a719e9
22 changed files with 154 additions and 159 deletions

View File

@@ -7,7 +7,6 @@ use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
use Illuminate\Foundation\Bus\DispatchesJobs;
use Illuminate\Foundation\Validation\ValidatesRequests;
use Illuminate\Routing\Controller as BaseController;
use Illuminate\Support\Facades\Auth;
class Controller extends BaseController
{