Arrilot\Widgets\ServiceProvider::provides PHP Метод

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

Get the services provided by the provider.
public provides ( ) : array
Результат array
    public function provides()
    {
        return ['arrilot.widget', 'arrilot.async-widget'];
    }