Files

14 lines
287 B
PHP
Raw Permalink Normal View History

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