Fix calls to getFlightId() to use ident property

This commit is contained in:
Nabeel Shahzad
2017-12-20 09:05:56 -06:00
parent 0375bb420f
commit b2fc8cc995
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
@extends('admin.app')
@section('title', 'Edit ' . $pirep->getFlightId() )
@section('title', 'Edit ' . $pirep->ident )
@section('content')
<div class="content">
@include('adminlte-templates::common.errors')

View File

@@ -6,7 +6,7 @@
<h5>
<a class="text-c"
href="{!! route('admin.pireps.show', [$pirep->id]) !!}">
{!! $pirep->getFlightId() !!}
{!! $pirep->ident !!}
</a>
</h5>
<div>