mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 16:00:54 -03:00
Including FlashMessage Model
This commit is contained in:
11
app/FlashMessage.php
Normal file
11
app/FlashMessage.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class FlashMessage extends Model
|
||||
{
|
||||
const PRIMARY = 'primary';
|
||||
const DANGER = 'danger';
|
||||
}
|
||||
Reference in New Issue
Block a user