Output PIREP map with just the dep/arr airports for now
This commit is contained in:
@@ -193,7 +193,7 @@ class PIREPService extends BaseService
|
||||
/**
|
||||
* @param Pirep $pirep
|
||||
*/
|
||||
public function setPilotState(Pirep &$pirep)
|
||||
public function setPilotState(Pirep $pirep)
|
||||
{
|
||||
$pilot = $pirep->pilot;
|
||||
$pilot->refresh();
|
||||
|
||||
Reference in New Issue
Block a user