Fix formatting and interfaces in nearly every file
This commit is contained in:
@@ -9,10 +9,10 @@ class UserBid extends Resource
|
||||
public function toArray($request)
|
||||
{
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'user_id' => $this->user_id,
|
||||
'id' => $this->id,
|
||||
'user_id' => $this->user_id,
|
||||
'flight_id' => $this->flight_id,
|
||||
'flight' => Flight::collection($this->whenLoaded('flight'))
|
||||
'flight' => Flight::collection($this->whenLoaded('flight'))
|
||||
#'created_at' => $this->created_at,
|
||||
#'updated_at' => $this->updated_at,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user