laravel / jetstream

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

Copy DatabaseSeeder when installing with team support #1461

Closed miclaus closed 3 months ago

miclaus commented 3 months ago

To ensureApplicationIsTeamCompatible the seeded test user must be created withPersonalTeam.

Resolves #1460

driesvints commented 3 months ago

Made one extra change to the commented out line.

miclaus commented 3 months ago

Thanks @driesvints! Missed that.