mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
buy torrent use queue job
This commit is contained in:
@@ -1275,3 +1275,8 @@ function publish_model_event(string $event, int $id): void
|
||||
do_log("event: $event, id: $id, channel: $channel, channel is empty!", "error");
|
||||
}
|
||||
}
|
||||
|
||||
function convertNamespaceToSnake(string $str): string
|
||||
{
|
||||
return str_replace(["\\", "::"], ["_", "."], $str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user