uoload
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
require __DIR__."/bootstrap.php";
|
||||
|
||||
$config = include __DIR__.'/config.php';
|
||||
|
||||
$worker = new \WorkerManQueue\Worker($config);
|
||||
|
||||
$worker->run();
|
||||
Reference in New Issue
Block a user