We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5536d commit 5da79f1Copy full SHA for 5da79f1
src/Entity/ReturnService.php
@@ -26,7 +26,7 @@ class ReturnService
26
27
public function exists()
28
{
29
- if (!empty($this->code) && !empty($this->code)) {
+ if (!empty($this->code)) {
30
return true;
31
}
32
0 commit comments