Serverfireteam\Panel\Commands\CreateModelObserverCommand::getStub PHP Method

getStub() protected method

Get the stub file for the generator.
protected getStub ( ) : string
return 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