new-admin-api/crmeb/interfaces/RouteParserInterface.php

13 lines
119 B
PHP

<?php
namespace crmeb\interfaces;
interface RouteParserInterface
{
public function create($rule, $params);
}