Files
huangjingfen/pro_v3.5.1/crmeb/interfaces/ProviderInterface.php

14 lines
287 B
PHP
Raw Normal View History

<?php
// +----------------------------------------------------------------------
// | Author: ScottPan Team
// +----------------------------------------------------------------------
namespace crmeb\interfaces;
interface ProviderInterface
{
public function register($config);
}