Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed May 20, 2023
1 parent 45e3e51 commit da67087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Library.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function getRouteKeyName()

public function theFile()
{
if (!$this->getMedia('library')->isEmpty()) {
if (! $this->getMedia('library')->isEmpty()) {
return $this->getFirstMediaUrl('library');
}

Expand Down

0 comments on commit da67087

Please sign in to comment.