Krucas\LaravelUserEmailVerification\Console\MakeVerificationCommand::compileControllerStub PHP Метод

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

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