Skip to content

Commit 8df4b84

Browse files
authored
Merge pull request #425 from rbngzlv/call-original-implementation
Call original implementation on numeric translated tests
2 parents 2cbb7a0 + b4fa31e commit 8df4b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TranslatableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ protected function isEmptyTranslatableAttribute(string $key, $value): bool
781781
return is_null($value);
782782
}
783783

784-
return empty($value);
784+
return parent::isEmptyTranslatableAttribute($key, $value);
785785
}
786786
};
787787

0 commit comments

Comments
 (0)