Files
UNIT3D-Community-Edition/app/Notifications.php
HDVinnie 225e85498f (Update) Finish Notifications System
- Can delete notifications
- Can mark single notification as read
- Can mass update all notifications as read
- Notification Title links to source
2018-01-13 23:15:27 -05:00

11 lines
108 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Notification extends Model
{
//
}