From fe90f1aa7dffe8baacfef5726f16c5163f0a4c42 Mon Sep 17 00:00:00 2001 From: Nico Stapelbroek Date: Sun, 14 Jan 2018 22:17:58 +0100 Subject: [PATCH] Remove indentation inside blade conditionals --- app/Models/IncidentUpdate.php | 1 - resources/views/single-incident.blade.php | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/Models/IncidentUpdate.php b/app/Models/IncidentUpdate.php index c266d057..207e129e 100644 --- a/app/Models/IncidentUpdate.php +++ b/app/Models/IncidentUpdate.php @@ -14,7 +14,6 @@ namespace CachetHQ\Cachet\Models; use AltThree\Validator\ValidatingTrait; use CachetHQ\Cachet\Models\Traits\SortableTrait; use CachetHQ\Cachet\Presenters\IncidentUpdatePresenter; -use Illuminate\Database\Eloquent\Builder; use Illuminate\Database\Eloquent\Model; use McCool\LaravelAutoPresenter\HasPresenter; diff --git a/resources/views/single-incident.blade.php b/resources/views/single-incident.blade.php index 1c410f51..519d5d83 100644 --- a/resources/views/single-incident.blade.php +++ b/resources/views/single-incident.blade.php @@ -32,9 +32,9 @@
@if($current_user) - + @endif
{!! $update->formatted_message !!}