BeatSwitch\Lock\Integrations\Laravel\LockServiceProvider::provides PHP Method

provides() public method

Get the services provided by the provider
public provides ( ) : string[]
return string[]
    public function provides()
    {
        return [Lock::class, Manager::class];
    }