Adamgoose\AnnotationFinder::getScannedEventsPath PHP Method

getScannedEventsPath() public method

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