SiteRule.php 188 B

123456789101112131415
  1. <?php
  2. namespace Heanup\App\Api\Config;
  3. use Heanup\Frame\Config;
  4. class SiteRule extends Config
  5. {
  6. protected static $data=[
  7. 'receive-sms-free.net'=>'ReceiveSmsFree'
  8. ];
  9. }