Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 387cd2f

Browse files
committed
PSR-2
1 parent 4ab80ed commit 387cd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MailTracking.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ trait MailTracking
4848
*/
4949
public function setUpMailTracking()
5050
{
51-
$this->afterApplicationCreated(function() {
51+
$this->afterApplicationCreated(function () {
5252
Mail::getSwiftMailer()
5353
->registerPlugin(new MailRecorder($this));
5454
});

0 commit comments

Comments
 (0)