Laralib\L5scaffold\Makes\MakeLocalization::compileLocalizationStub PHP Method

compileLocalizationStub() protected method

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