Skip to content

Commit 5da79f1

Browse files
authored
Update ReturnService.php
1 parent 9a5536d commit 5da79f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/ReturnService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ReturnService
2626

2727
public function exists()
2828
{
29-
if (!empty($this->code) && !empty($this->code)) {
29+
if (!empty($this->code)) {
3030
return true;
3131
}
3232

0 commit comments

Comments
 (0)