Nahid\Talk\TalkServiceProvider::provides PHP Method

provides() public method

Get the services provided by the provider.
public provides ( ) : string[]
return string[]
    public function provides()
    {
        return ['talk', 'talk.broadcast'];
    }