Skip to content

Commit e1416e3

Browse files
committed
add mobile
1 parent 664cf2b commit e1416e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Notifiables/AdminNotifiable.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ private static function configEmails(array $emails): void
1717
self::$emails = $emails;
1818
}
1919

20+
private static function configMobile(string $mobile): void
21+
{
22+
self::$mobile = $mobile;
23+
}
24+
2025
public function routeNotificationForMail(Notification $notification): array|string
2126
{
2227
return self::$emails;

0 commit comments

Comments
 (0)