示例#1
0
 public function findLastLogFor(Order $order)
 {
     return $order->orderLogs()->with('changer')->orderBy('created_at', 'DESC')->first();
 }