2019-12-06 09:17:40 +08:00
|
|
|
<?php
|
2020-11-29 09:29:14 +08:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
2019-12-06 09:17:40 +08:00
|
|
|
namespace catcher\base;
|
|
|
|
|
|
|
|
use think\Validate;
|
|
|
|
|
2020-01-07 17:27:55 +08:00
|
|
|
class CatchValidate extends Validate
|
2019-12-06 09:17:40 +08:00
|
|
|
{
|
2020-01-07 17:27:55 +08:00
|
|
|
|
2019-12-06 09:17:40 +08:00
|
|
|
}
|