fix https_announce_url

This commit is contained in:
xiaomlove
2021-06-05 22:41:27 +08:00
parent d11215b10b
commit 6b7fb5000e
3 changed files with 12 additions and 6 deletions
+6
View File
@@ -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);
}
}