Skip to content

Commit b4fa31e

Browse files
committed
Call original implementation on numeric translated tests
1 parent 695792b commit b4fa31e

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)