Normally when you want more than one result you should use ->findAll(). When you just want one result its best to use ->first();.
確定! 回上一頁