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?