🐛 fix bug

This commit is contained in:
Wisp X
2019-11-02 12:30:52 +08:00
committed by GitHub
parent b753ce408d
commit 519bc2f702
+2 -2
View File
@@ -10,7 +10,7 @@
namespace strategy\driver;
use FtpClient\FtpException;
use strategy\driver;
use strategy\Driver;
class Remote implements Driver
{
@@ -110,4 +110,4 @@ class Remote implements Driver
{
return 'Remote' . $this->error;
}
}
}