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.
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.