Skip to content

Commit

Permalink
Fixes #596
Browse files Browse the repository at this point in the history
  • Loading branch information
cviebrock committed Feb 21, 2023
1 parent 685cf77 commit a774e4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 10.0.x - xx-xxx-xxxx

- fix for larastan issue (#596, thanks @WalrusSoup)


## 10.0.0 - 16-Feb-2023

- Laravel 10.0 support
Expand Down
2 changes: 1 addition & 1 deletion src/SluggableScopeHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static function findBySlug(string $slug, array $columns = ['*'])
*
* @param string $slug
* @param array $columns
* @return \Illuminate\Database\Eloquent\Model|\Illuminate\Database\Eloquent\Collection
* @return \Illuminate\Database\Eloquent\Model|static
*
* @throws \Illuminate\Database\Eloquent\ModelNotFoundException
*/
Expand Down

0 comments on commit a774e4b

Please sign in to comment.