akaunting/config/menu.php

17 lines
187 B
PHP
Raw Normal View History

2019-11-16 10:21:14 +03:00
<?php
return [
'styles' => [
2022-06-01 10:15:55 +03:00
'tailwind' => \App\View\Presenters\Menu::class,
2019-11-16 10:21:14 +03:00
],
2020-07-10 16:36:04 +03:00
'home_urls' => [
'/',
'portal',
],
2019-11-16 10:21:14 +03:00
'ordering' => true,
];