Appzcoder\CrudGenerator\Commands\CrudControllerCommand::getStub PHP Метод

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

Get the stub file for the generator.
protected getStub ( ) : string
Результат string
    protected function getStub()
    {
        return config('crudgenerator.custom_template') ? config('crudgenerator.path') . '/controller.stub' : __DIR__ . '/../stubs/controller.stub';
    }