mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
run through and refinement
This commit is contained in:
@@ -73,9 +73,9 @@ class MakeUserController extends \App\Http\Controllers\Controller
|
||||
return redirect()->back()->with('message', $message);
|
||||
}
|
||||
|
||||
public static function enabled(): bool
|
||||
public static function enabled()
|
||||
{
|
||||
return true;
|
||||
return session('install.migrate');
|
||||
}
|
||||
|
||||
public static function icon(): string
|
||||
|
||||
Reference in New Issue
Block a user