This shouldn’t ever happen though. Bad data somwhere, I’m guessing.
This commit is contained in:
snipe 2016-07-22 07:48:46 -07:00
parent a590cc3dd2
commit cc6b2a0081

View file

@ -303,7 +303,11 @@ View Assets for {{ $user->fullName() }}
@endif
</td>
<td>{{ $log->adminlog->fullName() }}</td>
<td>
@if ($log->adminlog)
{{ $log->adminlog->fullName() }}
@endif
</td>
<td>{{ $log->created_at }}</td>
</tr>
@endforeach