App\Providers\CaptchaServiceProvider::boot PHP Method

boot() public method

Bootstrap the application events.
public boot ( ) : void
return void
    public function boot()
    {
        CaptchaUIObject::setManager($this->app['xe.captcha']);
        $this->app['xe.pluginRegister']->add(CaptchaUIObject::class);
    }
CaptchaServiceProvider