File tree 6 files changed +6
-4
lines changed
6 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
/.github export-ignore
10
10
CHANGELOG.md export-ignore
11
+ .styleci.yml export-ignore
Original file line number Diff line number Diff line change 2
2
3
3
namespace App \Models ;
4
4
5
- use Illuminate \Contracts \Auth \MustVerifyEmail ;
5
+ // use Illuminate\Contracts\Auth\MustVerifyEmail;
6
6
use Illuminate \Database \Eloquent \Factories \HasFactory ;
7
7
use Illuminate \Foundation \Auth \User as Authenticatable ;
8
8
use Illuminate \Notifications \Notifiable ;
Original file line number Diff line number Diff line change 2
2
3
3
namespace App \Providers ;
4
4
5
+ // use Illuminate\Support\Facades\Gate;
5
6
use Illuminate \Foundation \Support \Providers \AuthServiceProvider as ServiceProvider ;
6
- use Illuminate \Support \Facades \Gate ;
7
7
8
8
class AuthServiceProvider extends ServiceProvider
9
9
{
Original file line number Diff line number Diff line change 13
13
},
14
14
"require-dev" : {
15
15
"fakerphp/faker" : " ^1.9.1" ,
16
+ "laravel/pint" : " ^1.0" ,
16
17
"laravel/sail" : " ^1.0.1" ,
17
18
"mockery/mockery" : " ^1.4.4" ,
18
19
"nunomaduro/collision" : " ^6.1" ,
Original file line number Diff line number Diff line change 2
2
3
3
namespace Database \Seeders ;
4
4
5
- use Illuminate \Database \Console \Seeds \WithoutModelEvents ;
5
+ // use Illuminate\Database\Console\Seeds\WithoutModelEvents;
6
6
use Illuminate \Database \Seeder ;
7
7
8
8
class DatabaseSeeder extends Seeder
Original file line number Diff line number Diff line change 2
2
3
3
namespace Tests \Feature ;
4
4
5
- use Illuminate \Foundation \Testing \RefreshDatabase ;
5
+ // use Illuminate\Foundation\Testing\RefreshDatabase;
6
6
use Tests \TestCase ;
7
7
8
8
class ExampleTest extends TestCase
You can’t perform that action at this time.
0 commit comments