sarga/config/menu.php

13 lines
79 B
PHP
Raw Normal View History

2020-08-24 07:44:22 +00:00
<?php
return [
'admin' => [
],
'customer' => [
]
];
?>