| 1234567891011121314151617181920 |
- <?php declare(strict_types=1);
- /**
- * Created by PhpStorm.
- * User: inhere
- * Date: 2019-01-11
- * Time: 00:00
- */
- namespace Inhere\ValidateTest\Example;
- use Inhere\Validate\Validation;
- /**
- * Class RuleExample
- *
- * @package Inhere\ValidateTest\Example
- */
- class RuleExample extends Validation
- {
- }
|