. * */ namespace Vvveb\Controller\Posts; use Vvveb\Controller\Listing; #[\AllowDynamicProperties] class Revisions extends Listing { protected $type = 'post_content_revision'; protected $type_id = 'post_id'; protected $data_id = 'post_id'; }