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')