Kaynağa Gözat

Update CommentPipeline

Daniel Supernault 6 yıl önce
ebeveyn
işleme
8c0119e69d

+ 7 - 0
app/Jobs/CommentPipeline/CommentPipeline.php

@@ -20,6 +20,13 @@ class CommentPipeline implements ShouldQueue
     protected $status;
     protected $status;
     protected $comment;
     protected $comment;
 
 
+    /**
+     * Delete the job if its models no longer exist.
+     *
+     * @var bool
+     */
+    public $deleteWhenMissingModels = true;
+    
     /**
     /**
      * Create a new job instance.
      * Create a new job instance.
      *
      *