From 194a719a1c7b01e3f9fa03a88f35841c4e9812ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Fri, 10 Jul 2020 16:36:04 +0300 Subject: [PATCH] fixed #1520 --- config/menu.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/menu.php b/config/menu.php index fca9b0a61..8958f4108 100644 --- a/config/menu.php +++ b/config/menu.php @@ -3,10 +3,14 @@ return [ 'styles' => [ - 'argon' => \Akaunting\Menu\Presenters\Admin\Argon::class, ], + 'home_urls' => [ + '/', + 'portal', + ], + 'ordering' => true, ];