mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
wip
This commit is contained in:
@@ -126,7 +126,7 @@ class InstallationController extends Controller
|
||||
$db['port'] ?? 3306,
|
||||
$db['socket'] ?? null
|
||||
);
|
||||
config(['database.default', $this->connection]);
|
||||
config('database.default', $this->connection);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user