Skip to content

Commit

Permalink
Merge pull request #198 from conedevelopment/szepeviktor-patch-1
Browse files Browse the repository at this point in the history
fix return type in RootNotification
  • Loading branch information
iamgergo committed Mar 4, 2024
2 parents 31d8184 + 841d44d commit 79bda07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Notifications/RootNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public function via(object $notifiable): array

/**
* Get the Root Message representation of the notification.
*
* @return array<string, mixed>
*/
abstract public function toRoot(object $notifiable): RootMessage;
}

0 comments on commit 79bda07

Please sign in to comment.