Skip to content

Commit

Permalink
Call original implementation on numeric translated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rbngzlv committed Aug 12, 2024
1 parent 695792b commit b4fa31e
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 b4fa31e

Please sign in to comment.