Worker.php 90 B

123456789
  1. <?php
  2. namespace app\framework\Queue;
  3. class Worker extends \Illuminate\Queue\Worker
  4. {
  5. }