<?php namespace Heanup\App\Api\Config; use Heanup\Frame\Config; class SiteRule extends Config { protected static $data=[ 'receive-sms-free.net'=>'ReceiveSmsFree' ]; }