Skip to content

Commit f8c72ad

Browse files
committed
Fixed UrlManager init, extended module dashboardNavItems() method
1 parent 4c13d11 commit f8c72ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function init()
7070
/**
7171
* {@inheritdoc}
7272
*/
73-
public function dashboardNavItems($createLink = false)
73+
public function dashboardNavItems($options = false)
7474
{
7575
$items = [
7676
'label' => $this->name,

0 commit comments

Comments
 (0)