fix: bring back error

This commit is contained in:
b1ek 2024-08-20 15:49:05 +10:00
parent f9d29e15f5
commit 8efdde5f8c
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 12 additions and 0 deletions

View File

@ -21,4 +21,16 @@ class SiteController extends Controller
{ {
return $this->render('index'); return $this->render('index');
} }
/**
* {@inheritdoc}
*/
public function actions()
{
return [
'error' => [
'class' => 'yii\web\ErrorAction',
],
];
}
} }