OwenIt\Auditing\Console\AuditorMakeCommand::getDefaultNamespace PHP 메소드

getDefaultNamespace() 보호된 메소드

Get the default namespace for the class.
protected getDefaultNamespace ( string $rootNamespace ) : string
$rootNamespace string
리턴 string
    protected function getDefaultNamespace($rootNamespace)
    {
        return $rootNamespace . '\\Auditors';
    }