ajout app
This commit is contained in:
11
SNIPE-IT/app/Models/Recipients/AlertRecipient.php
Normal file
11
SNIPE-IT/app/Models/Recipients/AlertRecipient.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models\Recipients;
|
||||
|
||||
class AlertRecipient extends Recipient
|
||||
{
|
||||
public function __construct(string $email)
|
||||
{
|
||||
$this->email = trim($email);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user