Skip to content

Commit

Permalink
Removed traits from the event
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Jun 24, 2020
1 parent 7c9d325 commit dee995a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Events/SnsEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@

namespace Rennokki\LaravelSnsEvents\Events;

use Illuminate\Broadcasting\InteractsWithSockets;
use Illuminate\Foundation\Events\Dispatchable;
use Illuminate\Queue\SerializesModels;

class SnsEvent
{
use Dispatchable, InteractsWithSockets, SerializesModels;

/**
* The payload to be delivered in the listeners.
*
Expand Down

0 comments on commit dee995a

Please sign in to comment.