ajout app
This commit is contained in:
12
SNIPE-IT/app/Models/Recipients/Recipient.php
Normal file
12
SNIPE-IT/app/Models/Recipients/Recipient.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models\Recipients;
|
||||
|
||||
use Illuminate\Notifications\Notifiable;
|
||||
|
||||
abstract class Recipient
|
||||
{
|
||||
use Notifiable;
|
||||
|
||||
protected $email;
|
||||
}
|
Reference in New Issue
Block a user