@@ -156,6 +156,9 @@ |
||
156 | 156 | ]; |
157 | 157 | } |
158 | 158 | |
159 | + /** |
|
160 | + * @param string $string |
|
161 | + */ |
|
159 | 162 | public function config( $string = null, $email = null ) |
160 | 163 | { |
161 | 164 | $email = $email ?: $this->emailAddress; |
@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Dacastro4\LaravelGmail\Facade\LaravelGmail; |
|
4 | 3 | use Dacastro4\LaravelGmail\LaravelGmailClass; |
5 | 4 | use Tests\TestCase; |
6 | 5 |