BeatSwitch\Lock\Integrations\Laravel\LockServiceProvider::bootstrapManager PHP Метод

bootstrapManager() защищенный Метод

This method will bootstrap the lock manager instance
protected bootstrapManager ( )
    protected function bootstrapManager()
    {
        $this->app->singleton(Manager::class, function () {
            return new Manager($this->getDriver());
        });
    }