OwenIt\Auditing\Providers\AuditingServiceProvider::boot PHP Method

boot() public method

Bootstrap the service provider.
public boot ( ) : void
return void
    public function boot()
    {
        $this->setupConfig($this->app);
    }