You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user model is using Uuid,
there is a need to modify $table->morphs('authenticatable') into $table->uuidMorphs('authenticatable') in the migration create_breezy_sessions.php
It will be nice to have this package able to check if user model uses 'id' or 'uuid' and create the breezy migration.
Thank you for this wonderful package.
The text was updated successfully, but these errors were encountered:
If the user model is using Uuid,
there is a need to modify $table->morphs('authenticatable') into $table->uuidMorphs('authenticatable') in the migration create_breezy_sessions.php
It will be nice to have this package able to check if user model uses 'id' or 'uuid' and create the breezy migration.
Thank you for this wonderful package.
The text was updated successfully, but these errors were encountered: