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 0c7eb8c commit 33cdfa8Copy full SHA for 33cdfa8
src/Concerns/InteractsWithTicketRelations.php
@@ -14,7 +14,7 @@ trait InteractsWithTicketRelations
14
*/
15
public function attachLabels($id, array $attributes = [], $touch = true)
16
{
17
- return $this->labels()->attach($id, $attributes, $touch);
+ $this->labels()->attach($id, $attributes, $touch);
18
}
19
20
/**
0 commit comments