Drop unused import from auth service provider

This commit is contained in:
Jonny Barnes 2020-10-19 19:43:16 +01:00
parent ed54446f87
commit 417035fc39

View file

@ -3,7 +3,6 @@
namespace App\Providers;
use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider;
use Illuminate\Support\Facades\Gate;
class AuthServiceProvider extends ServiceProvider
{