Stevebauman\Location\LocationServiceProvider::boot PHP Метод

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

Run boot operations.
public boot ( )
    public function boot()
    {
        $this->app->bind('location', Location::class);
    }
LocationServiceProvider