Fixed error logging and job selfhandling
This commit is contained in:
@@ -3,12 +3,11 @@
|
||||
namespace App\Jobs;
|
||||
|
||||
use App\Http\Controllers\Common\PhpMailController;
|
||||
use Illuminate\Contracts\Bus\SelfHandling;
|
||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||
use Illuminate\Queue\InteractsWithQueue;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class SendEmail extends Job implements SelfHandling, ShouldQueue
|
||||
class SendEmail extends Job implements ShouldQueue
|
||||
{
|
||||
use InteractsWithQueue,SerializesModels;
|
||||
|
||||
|
Reference in New Issue
Block a user