Skip to content

Commit

Permalink
fix: wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
frknasir committed Oct 9, 2022
1 parent 20a9207 commit 978c56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gauge.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public static function supportsSoftDeletes(bool $value = true)
/**
* Sets reviews table name.
*
* @param bool $value
* @param string $value
* @return static
*/
public static function useReviewsTableName(string $value)
Expand Down

0 comments on commit 978c56b

Please sign in to comment.