Akaunting/config/menu.php

17 lines
197 B
PHP
Raw Normal View History

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