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
I have three databases, which I have specified separately as connections in database.php. php artisan model:show specifies the database, which is the connection. This means that the database is unfortunately defined as a connection in the SchemaModel class $data['database'].
I have corrected this for myself as follows (SchemaModel):
What happened?
I have three databases, which I have specified separately as connections in database.php.
php artisan model:show
specifies the database, which is the connection. This means that the database is unfortunately defined as a connection in the SchemaModel class$data['database']
.I have corrected this for myself as follows (SchemaModel):
How to reproduce the bug
php artisan typescriptable
Package Version
3.1
PHP Version
8.3
Which operating systems does with happen with?
Linux
Notes
Sorry for bad bug report - it's my first ;-)
The text was updated successfully, but these errors were encountered: