Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
papac committed Dec 14, 2024
1 parent f168b53 commit dc457c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ namespace App\Events;

use Bow\Event\Contracts\AppEvent;
use Bow\Event\Dispatchable;
use Bow\Queue\Traits\SerializesModels;
use Bow\Support\Serializes;

class FakeEvent implements AppEvent
{
use Dispatchable, SerializesModels;
use Dispatchable, Serializes;

/**
* Create a new event instance.
Expand Down

0 comments on commit dc457c4

Please sign in to comment.