* SimBrief integration #405 * Add briefing as API response; add acars_xml field #405
This commit is contained in:
@@ -130,7 +130,11 @@ class FlightService extends Service
|
||||
*/
|
||||
public function filterSubfleets($user, $flight)
|
||||
{
|
||||
/** @var \Illuminate\Support\Collection $subfleets */
|
||||
$subfleets = $flight->subfleets;
|
||||
if ($subfleets === null || $subfleets->count() === 0) {
|
||||
return $flight;
|
||||
}
|
||||
|
||||
/*
|
||||
* Only allow aircraft that the user has access to in their rank
|
||||
|
||||
Reference in New Issue
Block a user