Skip to content

Commit 78420c9

Browse files
committed
Commit from GitHub Actions (style-fix)
1 parent 6e22c4a commit 78420c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/MagicLink.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public function setActionAttribute($value)
7474
public function baseUrl(?string $baseUrl): self
7575
{
7676
$this->attributes['base_url'] = rtrim($baseUrl, '/') . '/';
77+
7778
return $this;
7879
}
7980

tests/MagicLinkTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function test_create_magiclink_with_custom_base_url()
127127

128128
$custom_base_url = "http://example.com";
129129
$magiclink->baseUrl($custom_base_url);
130-
130+
131131
$this->assertStringContainsString($custom_base_url, $magiclink->url);
132132
}
133133
}

0 commit comments

Comments
 (0)