Collective\Annotations\Console\EventScanCommand::getOutputPath PHP Метод

getOutputPath() защищенный Метод

Get the path to which the routes should be written.
protected getOutputPath ( ) : string
Результат string
    protected function getOutputPath()
    {
        return $this->laravel['path.storage'] . '/framework/events.scanned.php';
    }