Devise\Pages\RoutesGenerator::clearLaravelCache PHP Method

clearLaravelCache() protected method

Clear the route cache in Laravel Devis Pages won't work properly if these routes are cached
protected clearLaravelCache ( ) : [type]
return [type]
    protected function clearLaravelCache()
    {
        $this->Artisan->call('route:clear');
    }