mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
ajax step status check standardized
This commit is contained in:
@@ -73,9 +73,9 @@ class MakeUserController extends InstallationController
|
||||
return redirect()->back()->with('message', $message);
|
||||
}
|
||||
|
||||
public static function enabled()
|
||||
public static function enabled(): bool
|
||||
{
|
||||
return session('install.migrate');
|
||||
return (bool)session('install.migrate');
|
||||
}
|
||||
|
||||
public static function icon(): string
|
||||
|
||||
Reference in New Issue
Block a user