Initial commit
This commit is contained in:
12
common/fixtures/data/auth_assignment.php
Normal file
12
common/fixtures/data/auth_assignment.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
[
|
||||
'item_name' => 'admin',
|
||||
'user_id' => 1,
|
||||
],
|
||||
[
|
||||
'item_name' => 'user',
|
||||
'user_id' => 2,
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user