Skip to content

Commit

Permalink
Merge pull request #425 from rbngzlv/call-original-implementation
Browse files Browse the repository at this point in the history
Call original implementation on numeric translated tests
  • Loading branch information
Gummibeer authored Aug 26, 2024
2 parents 2cbb7a0 + b4fa31e commit 8df4b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TranslatableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ protected function isEmptyTranslatableAttribute(string $key, $value): bool
return is_null($value);
}

return empty($value);
return parent::isEmptyTranslatableAttribute($key, $value);
}
};

Expand Down

0 comments on commit 8df4b84

Please sign in to comment.