Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
spitfire305 authored and github-actions[bot] committed Jul 4, 2024
1 parent bbb640c commit 28476bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function mentions(): HasMany
return $this->hasMany(ImageMention::class, 'image_id', 'id')
->with('entity')
->with('post')
;
;
}

public function inEntities(): array
Expand Down

0 comments on commit 28476bc

Please sign in to comment.