Include subfleets in rank list

This commit is contained in:
Nabeel Shahzad
2018-01-06 15:23:35 -06:00
parent 082c33ae59
commit fbfefa4a3b

View File

@@ -16,11 +16,7 @@ class Rank extends Resource
{
return [
'name' => $this->name,
#'auto_approve_acars' => $this->auto_approve_acars,
#'auto_approve_manual' => $this->auto_approve_manual,
#'auto_promote' => $this->auto_promote,
#'created_at' => $this->created_at,
#'updated_at' => $this->updated_at,
'subfleets' => Subfleet::collection($this->subfleets),
];
}
}