SiteRule.php 270 B

1234567891011121314151617
  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. 'receive-sms.cc'=>'ReceiveSmsCc',
  9. 'google_voice'=>'GoogleVoice',
  10. ];
  11. }