| @@ -12,8 +12,17 @@ | ||
| 12 | 12 | * |
| 13 | 13 | * @package FluentCommunity\App\Models |
| 14 | 14 | * |
| 15 | 15 | * @version 1.0.0 |
| 16 | + * | |
| 17 | + * @property int $id | |
| 18 | + * @property int|null $feed_id | |
| 19 | + * @property int|null $object_id | |
| 20 | + * @property int|null $src_user_id | |
| 21 | + * @property string|null $src_object_type | |
| 22 | + * @property string|null $action | |
| 23 | + * @property mixed $route | |
| 24 | + * @property string|null $content | |
| 16 | 25 | */ |
| 17 | 26 | class Notification extends Model |
| 18 | 27 | { |
| 19 | 28 | protected $table = 'fcom_notifications'; |