ProviderInterface.php 110 B

1234567891011
  1. <?php
  2. namespace crmeb\interfaces;
  3. interface ProviderInterface
  4. {
  5. public function register($config);
  6. }