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

Commit 70e8e37

Browse files
committed
Fix comment
1 parent 65e8ac6 commit 70e8e37

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
@@ -60,7 +60,7 @@ public function setUpMailTracking()
6060
return;
6161
}
6262

63-
// For PhpUnit 6 and Laravel > 5.1, register the plugin after the app is booted
63+
// For PhpUnit 6 and Laravel > 5.2, register the plugin after the app is booted
6464
$this->afterApplicationCreated(function () use ($register_plugin) {
6565
$register_plugin();
6666
});

0 commit comments

Comments
 (0)