first(); $customPushConfigs = self::select()->where(['type'=>$type])->orderBy('id','desc')->limit(1)->get()->toArray(); return $customPushConfigs[0]; } }