diff --git a/src/Contracts/Connection.php b/src/Contracts/Connection.php index ff73ba5b..97d38ce5 100644 --- a/src/Contracts/Connection.php +++ b/src/Contracts/Connection.php @@ -6,7 +6,7 @@ use Illuminate\Support\Facades\App; use Laravel\Reverb\Application; use Laravel\Reverb\Output; -use Laravel\Reverb\PusherEvent; +use Laravel\Reverb\Pusher\Event as PusherEvent; abstract class Connection { diff --git a/src/PusherEvent.php b/src/Pusher/Event.php similarity index 98% rename from src/PusherEvent.php rename to src/Pusher/Event.php index 0c9510b0..cb11312b 100644 --- a/src/PusherEvent.php +++ b/src/Pusher/Event.php @@ -1,13 +1,13 @@