Skip to content

Commit

Permalink
Bug: Install controller missing absolute path for PanicHDMember
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviqv committed Aug 31, 2018
1 parent 68e00da commit ce276c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/InstallController.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function index()
*/
public function upgrade_menu()
{
if (!$this->isInstalled() or !PanicHDMember::isAdmin()){
if (!$this->isInstalled() or !\PanicHDMember::isAdmin()){
return redirect()->route('panichd.install.setup');
}

Expand Down

0 comments on commit ce276c5

Please sign in to comment.