Skip to content

Commit decb1b1

Browse files
Merge branch 'v2' of github.com:code16/laravel-titelive-client into v2
2 parents 650ad01 + 9ad4b39 commit decb1b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Utils/HasBooksAttribute.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ public function refreshBooks(bool $force = false): self
2424
$refreshedBook = app(BookCache::class)
2525
->force($force)
2626
->refreshIfNeeded($book);
27-
} catch(TiteLiveBookNotFoundException $e) {
27+
} catch (TiteLiveBookNotFoundException $e) {
2828
return null;
2929
}
30+
3031
return $refreshedBook;
3132
})
3233
->filter()

0 commit comments

Comments
 (0)