Skip to content

Commit 986cae3

Browse files
authored
Fix boot method scope (#5)
1 parent d7f8c2f commit 986cae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class ServiceProvider extends LaravelServiceProvider
99
{
10-
protected function boot()
10+
public function boot()
1111
{
1212
$this->app->get('mail.manager')->extend('graph-api', function (array $config) {
1313
return new Transport(new Client(), $config);

0 commit comments

Comments
 (0)