14 lines
161 B
PHP
14 lines
161 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: ydyd developr center
|
|
* Date: 2018/9/19
|
|
* Time: 14:33
|
|
*/
|
|
|
|
namespace app\contract;
|
|
|
|
interface ValidateInterface {
|
|
|
|
|
|
} |