@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Akibatech\FreeMobileSms\Notifications; |
| 4 | 4 | |
| 5 | 5 | use Akibatech\FreeMobileSms\FreeMobileSms; |
| 6 | -use Akibatech\FreeMobileSms\Notifications\FreeMobileMessage; |
|
| 7 | 6 | use Illuminate\Notifications\Notification; |
| 8 | 7 | |
| 9 | 8 | /** |
@@ -42,8 +42,7 @@ |
||
| 42 | 42 | 'user', |
| 43 | 43 | 'pass', |
| 44 | 44 | ]); |
| 45 | - } |
|
| 46 | - else |
|
| 45 | + } else |
|
| 47 | 46 | { |
| 48 | 47 | $this->loadCredentialsFromConfig(); |
| 49 | 48 | } |