mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-07-06 20:00:48 +02:00
Initial commit
Functional, without SSO
This commit is contained in:
14
sources/app/models/Storage/Alert.php
Normal file
14
sources/app/models/Storage/Alert.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Storage;
|
||||
|
||||
interface Alert
|
||||
{
|
||||
public function fetchAll();
|
||||
|
||||
public function fetchById($id);
|
||||
|
||||
public function save(\App\Mail\Alert $alert);
|
||||
|
||||
public function delete(\App\Mail\Alert $alert);
|
||||
}
|
Reference in New Issue
Block a user