mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 12:33:06 +00:00
randomname generator
This commit is contained in:
@@ -151,7 +151,7 @@ if (!function_exists('generateRandomName')) {
|
||||
{
|
||||
$generator = new \Nubs\RandomNameGenerator\All(
|
||||
[
|
||||
new \Nubs\RandomNameGenerator\Vgng()
|
||||
new \Nubs\RandomNameGenerator\Alliteration()
|
||||
]
|
||||
);
|
||||
return $generator->getName();
|
||||
|
||||
Reference in New Issue
Block a user