mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
15 lines
172 B
PHP
15 lines
172 B
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'read',
|
|
'write',
|
|
'delete',
|
|
],
|
|
'adress' => [
|
|
'read',
|
|
'write',
|
|
'delete',
|
|
],
|
|
];
|