mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-07-23 09:55:44 +00:00
Coding style fix
This commit is contained in:
parent
c59c1fc17e
commit
0e013b0645
@ -171,7 +171,8 @@ class SmsController extends Controller {
|
|||||||
ksort($messages);
|
ksort($messages);
|
||||||
|
|
||||||
// @ TODO: filter correctly
|
// @ TODO: filter correctly
|
||||||
return new JSONResponse(array("conversation" => $messages, "contactName" => $contactName, "phoneNumbers" => $phoneNumbers, "msgCount" => $msgCount));
|
return new JSONResponse(array("conversation" => $messages, "contactName" => $contactName,
|
||||||
|
"phoneNumbers" => $phoneNumbers, "msgCount" => $msgCount));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user