for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace MohsenAbrishami\Stethoscope\Notifications;
use Illuminate\Notifications\Notifiable as NotifiableTrait;
class Notifiable
{
use NotifiableTrait;
Illuminate\Notifications\Notifiable
$email
MohsenAbrishami\Stethosc...otifications\Notifiable
public function routeNotificationForMail(): string | array
return config('stethoscope.notifications.mail.to');
}
public function getKey(): int
return 1;