Searched refs:Captcha (Results 1 – 7 of 7) sorted by relevance
6 use App\Utils\Captcha; alias10 /** @var Captcha */15 $this->captcha = new Captcha();
5 use App\Utils\Captcha; alias13 $captcha = $container->get(Captcha::class);
5 use App\Utils\Captcha; alias43 $captcha = $container->get(Captcha::class);
5 use App\Utils\Captcha; alias54 $captcha = $container->get(Captcha::class);
9 use App\Utils\Captcha; alias127 $captcha = $container->get(Captcha::class);
9 class Captcha class107 return \call_user_func([Captcha::class, $this->operation], $this->first, $this->last);
72 $container->set(App\Utils\Captcha::class, function ($c) {73 return new App\Utils\Captcha();
Completed in 14 milliseconds