1
0
Fork 0
mirror of synced 2024-06-25 09:40:29 +12:00

fix(worker): remove unnecessary imports

This commit is contained in:
Torsten Dittmann 2021-06-11 16:39:44 +02:00
parent 3f199e1232
commit d96635ec23

View file

@ -2,10 +2,6 @@
namespace Appwrite\Resque;
use Swoole\Runtime;
use function Swoole\Coroutine\run;
abstract class Worker
{
public $args = [];