Skip to content

Commit 33cdfa8

Browse files
committed
static analysis
1 parent 0c7eb8c commit 33cdfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/InteractsWithTicketRelations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ trait InteractsWithTicketRelations
1414
*/
1515
public function attachLabels($id, array $attributes = [], $touch = true)
1616
{
17-
return $this->labels()->attach($id, $attributes, $touch);
17+
$this->labels()->attach($id, $attributes, $touch);
1818
}
1919

2020
/**

0 commit comments

Comments
 (0)