Commit 4ff641775585ef68766788c598dd5ad3300dd4f3

Authored by Yarik
1 parent 30e3d244

Verb

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
frontend/controllers/CabinetController.php
@@ -22,6 +22,7 @@ @@ -22,6 +22,7 @@
22 'class' => VerbFilter::className(), 22 'class' => VerbFilter::className(),
23 'actions' => [ 23 'actions' => [
24 'personal' => ['post'], 24 'personal' => ['post'],
  25 + 'passport' => ['post'],
25 ], 26 ],
26 ], 27 ],
27 ]; 28 ];