add feature clear card
This commit is contained in:
@@ -33,7 +33,7 @@ class KeyController extends Controller {
|
||||
'rules' => [
|
||||
// allow authenticated users
|
||||
[
|
||||
'actions' => ['create','index','view','update','import'],
|
||||
'actions' => ['create','index','view','update','import','index-customer'],
|
||||
'allow' => true,
|
||||
'roles' => ['admin','employee','reception'],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user