DayleRees\ContainerDebug\ServiceProvider::boot PHP Method

boot() public method

public boot ( )
    public function boot()
    {
        $this->app->instance('container.debug', new Command());
        $this->commands('container.debug');
    }
ServiceProvider