akaunting/config/menu.php

13 lines
138 B
PHP
Raw Normal View History

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