fixes and stuff
This commit is contained in:
@@ -9,6 +9,7 @@ class Database
|
||||
{
|
||||
public static function make(): Connection{
|
||||
$dbConnection = config("lucent.database");
|
||||
|
||||
return DB::connection($dbConnection);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user