Commit 37a612def86cd996956dda7bc61471015d17ad80
1 parent
541c1863
Merge branch 'master' of gitlab.artweb.com.ua:root/baucenter
# Conflicts: # backend/controllers/CategoryController.php
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
backend/controllers/CategoryController.php
| @@ -30,7 +30,7 @@ class CategoryController extends Controller | @@ -30,7 +30,7 @@ class CategoryController extends Controller | ||
| 30 | 'allow' => true, | 30 | 'allow' => true, |
| 31 | ], | 31 | ], |
| 32 | [ | 32 | [ |
| 33 | - 'actions' => ['logout', 'index'], | 33 | + 'actions' => ['logout', 'index', 'create', 'update', 'view', 'delete'], |
| 34 | 'allow' => true, | 34 | 'allow' => true, |
| 35 | 'roles' => ['@'], | 35 | 'roles' => ['@'], |
| 36 | ], | 36 | ], |