Include subfleets in rank list

This commit is contained in:
Nabeel Shahzad
2018-01-06 15:23:35 -06:00
parent 082c33ae59
commit fbfefa4a3b
+1 -5
View File
@@ -16,11 +16,7 @@ class Rank extends Resource
{ {
return [ return [
'name' => $this->name, 'name' => $this->name,
#'auto_approve_acars' => $this->auto_approve_acars, 'subfleets' => Subfleet::collection($this->subfleets),
#'auto_approve_manual' => $this->auto_approve_manual,
#'auto_promote' => $this->auto_promote,
#'created_at' => $this->created_at,
#'updated_at' => $this->updated_at,
]; ];
} }
} }