Skip to content

Commit 0c17b27

Browse files
authored
Update HeloLaravelServiceProvider.php
1 parent 3408176 commit 0c17b27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/HeloLaravelServiceProvider.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ public function register()
4545
], 'config');
4646
}
4747

48+
49+
$this->mergeConfigFrom(__DIR__.'/../config/helo.php', 'helo');
50+
4851
$this->app->singleton(Mailer::class, function ($app) {
4952
if (version_compare($app->version(), '7.0.0', '<')) {
5053
return $this->createLaravel6Mailer($app);

0 commit comments

Comments
 (0)