bztang-admin/app/framework/Queue/Worker.php

9 lines
90 B
PHP

<?php
namespace app\framework\Queue;
class Worker extends \Illuminate\Queue\Worker
{
}