| @@ -11,8 +11,14 @@ | ||
| 11 | 11 | * |
| 12 | 12 | * @package FluentCommunity\App\Models |
| 13 | 13 | * |
| 14 | 14 | * @version 1.0.0 |
| 15 | + * | |
| 16 | + * @property int $id | |
| 17 | + * @property string|null $object_type | |
| 18 | + * @property int|null $object_id | |
| 19 | + * @property string|null $meta_key | |
| 20 | + * @property mixed $value | |
| 15 | 21 | */ |
| 16 | 22 | class Meta extends Model |
| 17 | 23 | { |
| 18 | 24 | protected $table = 'fcom_meta'; |