Fix calls to getFlightId() to use ident property
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<h5>
|
||||
<a class="text-c"
|
||||
href="{!! route('admin.pireps.show', [$pirep->id]) !!}">
|
||||
{!! $pirep->getFlightId() !!}
|
||||
{!! $pirep->ident !!}
|
||||
</a>
|
||||
</h5>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user