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'm getting this error when trying to cast in my model
ERROR Xdebug has detected a possible infinite loop, and aborted your script with a stack depth of '256' frames in vendor/laravel/framework/src/Illuminate/Foundation/AliasLoader.php on line 73.
i don't have any classes called Language or Country or Currency
Only thing is the model i'm using has the following fields
`class PeopleSpokenLanguage extends Model
{
use HasFactory;
Hello
I'm getting this error when trying to cast in my model
ERROR Xdebug has detected a possible infinite loop, and aborted your script with a stack depth of '256' frames in vendor/laravel/framework/src/Illuminate/Foundation/AliasLoader.php on line 73.
i don't have any classes called Language or Country or Currency
Only thing is the model i'm using has the following fields
`class PeopleSpokenLanguage extends Model
{
use HasFactory;
}`
The text was updated successfully, but these errors were encountered: