Location.php 274 Bytes
<?php
namespace backend\modules\location;

/**
 * Class Location
 *
 * @package backend\modules\location
 * @author FilamentV <vortex.filament@gmail.com>
 * @copyright (c), Thread
 */
class Location extends \thread\modules\location\Location
{
    public $itemOnPage = 99;
}