File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,12 @@ abstract class Base implements ShouldQueue, ShouldBeUnique
6464
6565 protected $ doneInsteadThrow = false ;
6666
67+ abstract public function handle ();
68+
69+ abstract protected function process (): Response ;
70+
71+ abstract protected function queueName (): ?string ;
72+
6773 public function __construct (Model $ model , bool $ force_break = false )
6874 {
6975 $ this ->model = $ model ;
@@ -77,12 +83,6 @@ public function __construct(Model $model, bool $force_break = false)
7783 $ this ->queue = $ this ->queueName ();
7884 }
7985
80- abstract public function handle ();
81-
82- abstract protected function process (): Response ;
83-
84- abstract protected function queueName (): ?string ;
85-
8686 public function uniqueId ()
8787 {
8888 return $ this ->model ->getKey ();
You can’t perform that action at this time.
0 commit comments