mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-01-25 13:29:24 -06:00
- Can delete notifications - Can mark single notification as read - Can mass update all notifications as read - Notification Title links to source
11 lines
108 B
PHP
11 lines
108 B
PHP
<?php
|
|
|
|
namespace App;
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class Notification extends Model
|
|
{
|
|
//
|
|
}
|