Skip to content

Commit 3a9beaa

Browse files
authored
Update HasModule.php
1 parent e780a82 commit 3a9beaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traits/HasModule.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ trait HasModule
1515
*/
1616
public function getModule()
1717
{
18-
return Yii::$app->getModule('admin');
18+
return \Yii::$app->getModule('admin');
1919
}
2020

21-
}
21+
}

0 commit comments

Comments
 (0)