gnu-social/plugins/ActivityStreamsTwo/Util/Type/Validator/LocationValidator.php

21 lines
485 B
PHP

<?php
/*
* This file is part of the ActivityPhp package.
*
* Copyright (c) landrok at github.com/landrok
*
* For the full copyright and license information, please see
* <https://github.com/landrok/activitypub/blob/master/LICENSE>.
*/
namespace Plugin\ActivityStreamsTwo\Util\Type\Validator;
/**
* \Plugin\ActivityStreamsTwo\Util\Type\Validator\LocationValidator is a dedicated
* validator for location attribute.
*/
class LocationValidator extends InReplyToValidator
{
}