| Current Path : /home/bullgymbny/app2/vendor/laravel/framework/src/Illuminate/Notifications/ |
| Current File : /home/bullgymbny/app2/vendor/laravel/framework/src/Illuminate/Notifications/Notifiable.php |
<?php
namespace Illuminate\Notifications;
trait Notifiable
{
use HasDatabaseNotifications, RoutesNotifications;
}