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 am facing the problem for this line
$guard = array_get($exception->guards(), 0);
when I use blog.test/home it gives this error
Symfony\Component\Debug\Exception\FatalThrowableError
Call to undefined function App\Exceptions\array_get()
what could be the problem and what's the solution?