Appzcoder\CrudGenerator\Commands\CrudMigrationCommand::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') . '/migration.stub' : __DIR__ . '/../stubs/migration.stub';
    }