Skip to content

Commit

Permalink
Merge pull request #449 from azt3k/patch-4
Browse files Browse the repository at this point in the history
$this->extend() doesn't exist, add extensible
  • Loading branch information
emteknetnz authored Aug 5, 2021
2 parents 68e5fed + 9f3a5f8 commit 698d6a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Jobs/WorkflowPublishTargetJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace Symbiote\AdvancedWorkflow\Jobs;

use Symbiote\QueuedJobs\Services\AbstractQueuedJob;
use SilverStripe\Core\Extensible;

// Prevent failure if queuedjobs module isn't installed.
if (!class_exists(AbstractQueuedJob::class)) {
Expand All @@ -16,6 +17,8 @@
*/
class WorkflowPublishTargetJob extends AbstractQueuedJob
{
use Extensible;

public function __construct($obj = null, $type = null)
{
if ($obj) {
Expand Down

0 comments on commit 698d6a2

Please sign in to comment.