Skip to content

Commit c674691

Browse files
binarykactions-user
authored andcommitted
Fix styling
1 parent e5e7540 commit c674691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/MailatorSchedule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ public function actionClass(string $action): self
364364
return $this;
365365
}
366366

367-
public function tag(string|array $tag): self
367+
public function tag(string | array $tag): self
368368
{
369369
if (is_array($tag)) {
370370
$tag = implode(',', $tag);

0 commit comments

Comments
 (0)