我使用下面的代碼在我的模型 /**
* Many Categories have One Category
* @ORM\ManyToOne(targetEntity="ItemCategory", inversedBy="children")
* @ORM\JoinColumn(name="parent_id", referencedColumnName="id")
*/
public
我不知道爲什麼,但在幾個(不相關的)更改後,我所有的返回都是對象而不是數組。例如: ReceiptController.php /**
* Get all receipts for the team.
*
* @param String $id
* @return array
*
* @SWG\Response(
* response=201,
* description="Ge