laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.98k stars 822 forks source link

Copy DatabaseSeeder when installing with team support #1461

Closed miclaus closed 8 months ago

miclaus commented 8 months ago

To ensureApplicationIsTeamCompatible the seeded test user must be created withPersonalTeam.

Resolves #1460

driesvints commented 8 months ago

Made one extra change to the commented out line.

miclaus commented 8 months ago

Thanks @driesvints! Missed that.