Skip to content

Commit 12d5716

Browse files
Merge branch 'v2' of github.com:code16/laravel-titelive-client into v2
2 parents cd44938 + 11c031c commit 12d5716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/HasBookAttribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function refreshBook(bool $force = false): self
2020
->force($force)
2121
->refreshIfNeeded($this->book),
2222
]);
23-
} catch(TiteLiveBookNotFoundException $e) {
23+
} catch (TiteLiveBookNotFoundException $e) {
2424
$this->delete();
2525
}
2626

0 commit comments

Comments
 (0)