Skip to content

Commit

Permalink
extend event
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Oct 17, 2024
1 parent 002db8d commit 23f21b8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Events/EntryScheduleFulfilled.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 23f21b8

Please sign in to comment.