Karlomikus\Theme\ThemeServiceProvider::provides PHP Méthode

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array
    public function provides()
    {
        return ['theme'];
    }