Fix calls to getFlightId() to use ident property Nabeel Shahzad <nshahzad@gmail.com>Nabeel Shahzad
This commit is contained in:
parent
b2fc8cc995
commit
eac3b256b3
@ -4,7 +4,7 @@
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h2 class="description">{!! $pirep->getFlightId() !!}</h2>
|
||||
<h2 class="description">{!! $pirep->ident !!}</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user