Serverfireteam\Panel\Commands\CreateModelObserverCommand::getStub PHP Метод

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

Get the stub file for the generator.
protected getStub ( ) : string
Результат string Returns the stub file for generating the Observer
    protected function getStub()
    {
        return base_path() . '/vendor/serverfireteam/panel/src/Serverfireteam/Panel/stubs/observer.stub';
    }
CreateModelObserverCommand