@@ -59,10 +59,10 @@ discard block |
||
59 | 59 | */ |
60 | 60 | public $threadId; |
61 | 61 | |
62 | - /** |
|
63 | - * @var |
|
64 | - */ |
|
65 | - public $historyId; |
|
62 | + /** |
|
63 | + * @var |
|
64 | + */ |
|
65 | + public $historyId; |
|
66 | 66 | |
67 | 67 | /** |
68 | 68 | * @var \Google_Service_Gmail_MessagePart |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | */ |
77 | 77 | public $service; |
78 | 78 | |
79 | - /** |
|
79 | + /** |
|
80 | 80 | * SingleMessage constructor. |
81 | 81 | * |
82 | 82 | * @param \Google_Service_Gmail_Message $message |
@@ -10,7 +10,7 @@ discard block |
||
10 | 10 | |
11 | 11 | public function boot() |
12 | 12 | { |
13 | - $this->publishes([__DIR__ . '/config/gmail.php' => App::make('path.config') . '/gmail.php',]); |
|
13 | + $this->publishes([__DIR__ . '/config/gmail.php' => App::make('path.config') . '/gmail.php', ]); |
|
14 | 14 | } |
15 | 15 | |
16 | 16 | public function register() |
@@ -19,7 +19,7 @@ discard block |
||
19 | 19 | $this->mergeConfigFrom(__DIR__ . '/config/gmail.php', 'gmail'); |
20 | 20 | |
21 | 21 | // Main Service |
22 | - $this->app->bind('laravelgmail', function ($app) { |
|
22 | + $this->app->bind('laravelgmail', function($app) { |
|
23 | 23 | return new LaravelGmailClass($app['config']); |
24 | 24 | }); |
25 | 25 |