From 28476bc3e87897e74ca1924eeed975efbad4f735 Mon Sep 17 00:00:00 2001 From: spitfire305 Date: Thu, 4 Jul 2024 20:53:52 +0000 Subject: [PATCH] Fix styling --- app/Models/Image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Image.php b/app/Models/Image.php index f834b2d4ca..f418784ee9 100644 --- a/app/Models/Image.php +++ b/app/Models/Image.php @@ -126,7 +126,7 @@ public function mentions(): HasMany return $this->hasMany(ImageMention::class, 'image_id', 'id') ->with('entity') ->with('post') - ; + ; } public function inEntities(): array