chore: moved proxy classes to different folder and namespaces

This commit is contained in:
Karthik Kasturi
2025-08-19 20:34:39 +01:00
parent 4a39a2ad0f
commit 7ec8bc6ef1
7 changed files with 91 additions and 87 deletions

View File

@@ -2,7 +2,7 @@
use PHPUnit\Framework\TestCase;
use PrivateBin\Configuration;
use PrivateBin\YourlsProxy;
use PrivateBin\Proxy\YourlsProxy;
class YourlsProxyTest extends TestCase
{