Barryvdh\Debugbar\ServiceProvider::provides PHP 메소드

provides() 공개 메소드

Get the services provided by the provider.
public provides ( ) : array
리턴 array
    public function provides()
    {
        return ['debugbar', 'command.debugbar.clear'];
    }