From d1680acdcf2d1ae96a6d32fcdc3bfc1e15650f44 Mon Sep 17 00:00:00 2001 From: venoel <15649006+venoel@users.noreply.github.com> Date: Sat, 2 Sep 2023 15:27:43 +0000 Subject: [PATCH] Invalid variable's name. --- Module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module.php b/Module.php index fdb5f9b..65f7827 100755 --- a/Module.php +++ b/Module.php @@ -75,7 +75,7 @@ public function init() */ public function dashboardNavItems($options = null) { - $tems = [ + $items = [ 'label' => $this->name, 'url' => [$this->routePrefix . '/'. $this->id], 'icon' => 'fa fa-fw fa-globe-americas',