sarga/config/menu.php

13 lines
79 B
PHP
Executable File

<?php
return [
'admin' => [
],
'customer' => [
]
];
?>