Skip to content

Commit ce276c5

Browse files
committed
Bug: Install controller missing absolute path for PanicHDMember
1 parent 68e00da commit ce276c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/InstallController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function index()
104104
*/
105105
public function upgrade_menu()
106106
{
107-
if (!$this->isInstalled() or !PanicHDMember::isAdmin()){
107+
if (!$this->isInstalled() or !\PanicHDMember::isAdmin()){
108108
return redirect()->route('panichd.install.setup');
109109
}
110110

0 commit comments

Comments
 (0)