1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Customization: Added parent tag classes

For #5217
This commit is contained in:
Dan Brown
2025-06-28 22:27:28 +01:00
parent dfeca246a0
commit dca9765d5d
4 changed files with 76 additions and 16 deletions

View File

@@ -12,6 +12,8 @@ use Illuminate\Database\Eloquent\Relations\MorphTo;
* @property int $id
* @property string $name
* @property string $value
* @property int $entity_id
* @property string $entity_type
* @property int $order
*/
class Tag extends Model