frontend controllers behaviors access

This commit is contained in:
akosse
2020-02-06 11:28:51 +03:00
parent 6d37a8ef18
commit f90a70811e
3 changed files with 21 additions and 5 deletions

View File

@ -26,7 +26,7 @@ class UserCardController extends Controller
return [
'access' => [
'class' => AccessControl::className(),
'only' => ['index', 'update'],
//'only' => ['index', 'update'],
'rules' => [
[
'allow' => true,