**Code:** ``` $this->router->get('/', function () { return redirect()->route($this->name('dashboard')); }); ``` Trying to cache routes file, and got this. 