Stevebauman\Location\LocationServiceProvider::boot PHP Method

boot() public method

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