akaunting/config/menu.php

17 lines
197 B
PHP
Raw Normal View History

2019-11-16 10:21:14 +03:00
<?php
return [
'styles' => [
'argon' => \Akaunting\Menu\Presenters\Admin\Argon::class,
],
2020-07-10 16:36:04 +03:00
'home_urls' => [
'/',
'portal',
],
2019-11-16 10:21:14 +03:00
'ordering' => true,
];