Serverfireteam\Panel\Commands\CreateModelObserverCommand::getDefaultNamespace PHP Метод

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

Get the default namespace for the class.
protected getDefaultNamespace ( string $rootNamespace ) : string
$rootNamespace string
Результат string The namespace of the panel's observers
    protected function getDefaultNamespace($rootNamespace)
    {
        return $rootNamespace . '\\Observers';
    }
CreateModelObserverCommand