Files
zhamao-framework/src/ZM/Annotation/Interfaces/Rule.php

10 lines
95 B
PHP
Raw Normal View History

2020-03-02 16:14:20 +08:00
<?php
namespace ZM\Annotation\Interfaces;
interface Rule
{
public function getRule();
}