unnecessary usage for providers

This commit is contained in:
batuhanbas
2020-01-29 16:14:19 +03:00
parent 78b366d26d
commit 23973fc167
2 changed files with 0 additions and 2 deletions

View File

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