Arrilot\Widgets\ServiceProvider::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 ['arrilot.widget', 'arrilot.async-widget'];
    }