$mobile, 'text' => $text, 'status' => self::SUCCESS, 'result' => json_encode($result) ]); } public static function fail($mobile, $text, $result) { self::create([ 'mobile' => $mobile, 'text' => $text, 'status' => self::FAIL, 'result' => json_encode($result) ]); } }