Skip to content

Commit f52bb80

Browse files
committed
Apply pint
1 parent 228c5a7 commit f52bb80

15 files changed

+423
-437
lines changed

src/app/Models/User.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace App\Models;
44

5-
use Illuminate\Contracts\Auth\MustVerifyEmail;
65
use Illuminate\Database\Eloquent\Factories\HasFactory;
76
use Illuminate\Foundation\Auth\User as Authenticatable;
87
use Illuminate\Notifications\Notifiable;

src/app/Providers/AuthServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace App\Providers;
44

55
use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider;
6-
use Illuminate\Support\Facades\Gate;
76

87
class AuthServiceProvider extends ServiceProvider
98
{

0 commit comments

Comments
 (0)