From da670875d6f1bf706d8fa2fdec9e8f70c496eb7b Mon Sep 17 00:00:00 2001 From: atmonshi Date: Sat, 20 May 2023 23:38:16 +0000 Subject: [PATCH] Fix styling --- src/Models/Library.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Models/Library.php b/src/Models/Library.php index 05ba151..31b6a8e 100644 --- a/src/Models/Library.php +++ b/src/Models/Library.php @@ -50,7 +50,7 @@ public function getRouteKeyName() public function theFile() { - if (!$this->getMedia('library')->isEmpty()) { + if (! $this->getMedia('library')->isEmpty()) { return $this->getFirstMediaUrl('library'); }