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
Hi all, I use version Laravel 8, and all models where I've used the function identifiableName() Ive got a result, but in case with User model, this method doesnt work. I tryied to do dd() inside function
public function identifiableName()
{
dd('here');
return $this->email;
}
So, this was ignored. So I had to make the next actions in Trait:
Hi all, I use version Laravel 8, and all models where I've used the function identifiableName() Ive got a result, but in case with User model, this method doesnt work. I tryied to do dd() inside function
So, this was ignored. So I had to make the next actions in Trait:
Anybody knows whats the reason?
The text was updated successfully, but these errors were encountered: