🐛 fix bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user