Coderabbi\Virtuoso\ComposerServiceProvider::register PHP Метод

register() публичный Метод

Register View Composer Collection
public register ( )
    public function register()
    {
        $configs = $this->getComposerConfigs();
        if (count($configs)) {
            $this->registerComposers($configs);
        }
    }