diff --git a/app/Models/Pirep.php b/app/Models/Pirep.php index e8c0fc38..3a965998 100644 --- a/app/Models/Pirep.php +++ b/app/Models/Pirep.php @@ -220,7 +220,6 @@ class Pirep extends Model return \in_array($this->state, static::$read_only_states, true); } - /** * Return the flight progress in a percent. */