Laralib\L5scaffold\Makes\MakeLocalization::compileLocalizationStub PHP 메소드

compileLocalizationStub() 보호된 메소드

Compile the migration stub.
protected compileLocalizationStub ( ) : string
리턴 string
    protected function compileLocalizationStub()
    {
        $stub = $this->files->get(substr(__DIR__, 0, -5) . 'Stubs/localization.stub');
        $this->build($stub);
        return $stub;
    }