Primo Committ
This commit is contained in:
8
vendor/laravel/framework/src/Illuminate/Notifications/Notifiable.php
vendored
Normal file
8
vendor/laravel/framework/src/Illuminate/Notifications/Notifiable.php
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Notifications;
|
||||
|
||||
trait Notifiable
|
||||
{
|
||||
use HasDatabaseNotifications, RoutesNotifications;
|
||||
}
|
||||
Reference in New Issue
Block a user