Laralib\L5scaffold\Makes\MakeSeed::compileSeedStub PHP Method

compileSeedStub() protected method

Compile the seed stub.
protected compileSeedStub ( ) : string
return string
    protected function compileSeedStub()
    {
        $stub = $this->files->get(substr(__DIR__, 0, -5) . 'Stubs/seed.stub');
        $this->buildStub($this->scaffoldCommandObj->getMeta(), $stub);
        return $stub;
    }