Skip to content

Commit

Permalink
pint
Browse files Browse the repository at this point in the history
Signed-off-by: pacoorozco <[email protected]>
  • Loading branch information
pacoorozco committed Oct 17, 2022
1 parent 2f98938 commit 66db094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Level.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function scopeActive(Builder $query): Builder
protected function image(): Attribute
{
return Attribute::make(
get: fn($value) => $this->imageUrl()
get: fn ($value) => $this->imageUrl()
);
}
}

0 comments on commit 66db094

Please sign in to comment.