Skip to content

Commit

Permalink
拆分queue #2769
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Feb 10, 2017
1 parent 42ec86f commit 37f48ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
4 changes: 2 additions & 2 deletions src/Job/SendEmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Miaoxing\App\Job;

use plugins\queue\Job;
use services\BaseJob;
use Miaoxing\Queue\Job;
use Miaoxing\Queue\Service\BaseJob;

class SendEmail extends Job
{
Expand Down
34 changes: 0 additions & 34 deletions src/Migration/V20170206104939CreateQueueJobsTable.php

This file was deleted.

0 comments on commit 37f48ca

Please sign in to comment.