App\Providers\CaptchaServiceProvider::boot PHP Méthode

boot() public méthode

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