for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Zing\LaravelSms;
use Illuminate\Notifications\Notifiable;
use Overtrue\EasySms\PhoneNumber;
class SmsNumber extends PhoneNumber
{
use Notifiable;
Illuminate\Notifications\Notifiable
$email
Zing\LaravelSms\SmsNumber
/**
* @param \Illuminate\Notifications\Notification $notification
*
* @return $this
*/
public function routeNotificationForSms()
return $this;
}