mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
style reorgs
This commit is contained in:
@@ -52,6 +52,7 @@ class DatabaseMigrationController extends Controller
|
||||
throw new \RuntimeException('Migration failed');
|
||||
}
|
||||
echo "\n\nSuccess!";
|
||||
session(['install.user' => true]);
|
||||
} catch (\Exception $e) {
|
||||
echo $e->getMessage() . "\n\nError!";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user