Current File : /home/n742ef5/royalanteam.com/wp-content/plugins/myhome-core/framework/app/Queries/QueryPages.php
<?php


namespace Tangibledesign\Framework\Queries;


/**
 * Class QueryPages
 * @package Tangibledesign\Framework\Queries
 */
class QueryPages extends QueryPosts
{
    /**
     * @var string
     */
    protected string $postType = 'page';

}