sarga/config/menu.php

13 lines
79 B
PHP
Raw Normal View History

2020-01-21 09:43:01 +00:00
<?php
return [
'admin' => [
],
'customer' => [
]
];
?>