Skip to content

Commit

Permalink
Fixes return types (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpanos authored Feb 28, 2023
1 parent 93f4d6a commit d092b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScheduledNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public static function findByTarget(object $notifiable): ?Collection
return self::collection($models);
}

public static function findByMeta($key, $value): ?Collection
public static function findByMeta($key, $value): Collection
{
$modelClass = self::getScheduledNotificationModelClass();

Expand Down

0 comments on commit d092b4c

Please sign in to comment.