Adamgoose\AnnotationFinder::routesAreScanned PHP Method

routesAreScanned() public method

Determine if the application routes have been scanned.
public routesAreScanned ( ) : boolean
return boolean
    public function routesAreScanned()
    {
        return $this->app['files']->exists($this->getScannedRoutesPath());
    }