]> BookStack Code Mirror - bookstack/blobdiff - app/Actions/Tag.php
Added pages API doc examples
[bookstack] / app / Actions / Tag.php
index 709b1ddebc04fd88d853371b07fe8de577908880..5968ffe6d5ea9d875cf4fa574ac63d3d4c8d62a1 100644 (file)
@@ -5,7 +5,7 @@ use BookStack\Model;
 class Tag extends Model
 {
     protected $fillable = ['name', 'value', 'order'];
-    protected $hidden = ['id', 'entity_id', 'entity_type'];
+    protected $hidden = ['id', 'entity_id', 'entity_type', 'created_at', 'updated_at'];
 
     /**
      * Get the entity that this tag belongs to