Adamgoose\AnnotationFinder::getScannedRoutesPath PHP Method

getScannedRoutesPath() public method

Get the path to the scanned routes file.
public getScannedRoutesPath ( ) : string
return string
    public function getScannedRoutesPath()
    {
        return $this->app['path.storage'] . '/framework/routes.scanned.php';
    }