renommage

This commit is contained in:
2024-01-11 10:16:15 +00:00
parent 5f8e0f97bf
commit d42e2a5dd4
6 changed files with 15 additions and 23 deletions

View File

@@ -1,11 +0,0 @@
<?php
namespace Nwb\ModelLibPhp;
class ModelLibPhp
{
public function hello(): string
{
return 'Hello World, Composer!';
}
}

View File

@@ -0,0 +1,7 @@
<?php
namespace Nwb\MultiDownloaderClient;
class MultiDownloaderClient
{
}