Mpociot\Teamwork\Commands\MakeTeamwork::compileControllerStub PHP Метод

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

Compiles the HTTP controller stubs.
protected compileControllerStub ( $stubName ) : string
$stubName
Результат string
    protected function compileControllerStub($stubName)
    {
        return str_replace('{{namespace}}', $this->getAppNamespace(), file_get_contents(__DIR__ . '/../../../stubs/controllers/' . $stubName . '.stub'));
    }