mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
fix https_announce_url
This commit is contained in:
@@ -228,4 +228,10 @@ class DB
|
||||
return Capsule::schema(self::ELOQUENT_CONNECTION_NAME);
|
||||
}
|
||||
|
||||
public static function table($table): \Illuminate\Database\Query\Builder
|
||||
{
|
||||
return Capsule::table($table);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user