7 Commits

Author SHA1 Message Date
Nuno Maduro
55af5469c3
[10.x] Uses PHP Native Type Declarations 🐘 (#6010)
* Adds basic typing around method's arguments and return types

* Adds missing `closure` type

* Adds typing on tests

* Fixes `RedirectIfAuthenticated`

* Fixes `Authenticate`

* Improves `RedirectIfAuthenticated` types

* Fixes user factory `unverified` return type
2023-01-03 10:35:24 +01:00
Nuno Maduro
fa5e54a2ab
[9.x] Uses laravel/pint for styling (#5945)
* Uses `laravel/pint` for styling

* Makes `.styleci.yml` ignored on export

* Update composer.json

Co-authored-by: Dries Vints <dries@vints.io>
2022-07-15 08:38:49 -05:00
Dries Vints
5c5a300bfd
[9.x] Add specific test user in seeder (#5879)
* Update DatabaseSeeder.php

* formatting

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-05-05 08:53:49 -05:00
Nuno Maduro
2a88c174b6
Imports without model events trait on seeds (#5745) 2021-12-10 07:16:58 -06:00
Salim Djerbouh
ca30159cab
fully qualified user model in seeder (#5406)
makes it easy to just uncomment when tinkering around
2020-09-13 09:17:54 -05:00
Taylor Otwell
fac16a7e26 Update DatabaseSeeder.php
Update example.
2020-04-21 14:47:10 -05:00
Taylor Otwell
2149e8c24c update seeders 2020-04-21 14:44:37 -05:00