From 23f21b86a3fa2c0388c536779c395ee5505d7a54 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Thu, 17 Oct 2024 10:38:23 -0400 Subject: [PATCH] extend event --- src/Events/EntryScheduleFulfilled.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Events/EntryScheduleFulfilled.php b/src/Events/EntryScheduleFulfilled.php index 6a3e54cf79..2daeb08d10 100644 --- a/src/Events/EntryScheduleFulfilled.php +++ b/src/Events/EntryScheduleFulfilled.php @@ -2,12 +2,8 @@ namespace Statamic\Events; -use Illuminate\Foundation\Events\Dispatchable; - -class EntryScheduleFulfilled +class EntryScheduleFulfilled extends Event { - use Dispatchable; - public $entry; public function __construct($entry)