2020-08-31 01:27:08 +08:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* Created by PhpStorm.
|
|
|
|
|
* User: whwyy
|
|
|
|
|
* Date: 2018/3/30 0030
|
|
|
|
|
* Time: 14:11
|
|
|
|
|
*/
|
2020-10-29 18:17:25 +08:00
|
|
|
declare(strict_types=1);
|
2021-08-11 01:04:57 +08:00
|
|
|
namespace Kiri\Abstracts;
|
2020-08-31 01:27:08 +08:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Interface Configure
|
2021-08-11 01:04:57 +08:00
|
|
|
* @package Kiri\Kiri\Base
|
2020-08-31 01:27:08 +08:00
|
|
|
*/
|
|
|
|
|
interface Configure
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|