Skip to content

Commit

Permalink
Merge branch 'main' of github.com:inmanturbo/ecow
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Aug 6, 2024
2 parents 03586a2 + 6a9ba30 commit c40db08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/SavedModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function restoreQuietly(): Model
{
return self::withoutEvents(fn () => $this->restore());
}

/** @return class-string<Model> */
protected function getModelClass(): string
{
Expand Down

0 comments on commit c40db08

Please sign in to comment.