Advertisement
nedarta

Untitled

Apr 29th, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.51 KB | None | 0 0
  1.     public function actions()
  2.     {
  3.         return [
  4.             'error' => [
  5.                 'class' => 'yii\web\ErrorAction',
  6.             ],
  7.             'captcha' => [
  8.                 'class' => 'yii\captcha\CaptchaAction',
  9.                 'fixedVerifyCode' => YII_ENV_TEST ? 'testme' : null,
  10.                 // here
  11.                 'foreColor' => '0x55FF00',
  12.                 'transparent' => false,
  13.                 'fontFile' => '@frontend/web/fonts/Montserrat-Regular.ttf',
  14.  
  15.             ],
  16.         ];
  17.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement