You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sprintf('Method %s is not supported. Please choose from: (apiKey, password, auto)',
80
80
$config['authentication']
81
81
)
82
82
);
83
83
}
84
84
85
-
throwCouldNotSendNotification::withErrorMessage('Please set the authentication method in the mobilyws config file');
85
+
throwCouldNotSendMobilyWsNotification::withErrorMessage('Please set the authentication method in the mobilyws config file');
86
86
}
87
87
88
88
protectedfunctiongetAutoCredentials()
@@ -102,7 +102,7 @@ protected function getAutoCredentials()
102
102
protectedfunctionvalidateCredentials()
103
103
{
104
104
if (!isset($this->config['apiKey']) && !isset($this->config['mobile'], $this->config['password'])) {
105
-
throwCouldNotSendNotification::withErrorMessage('No credentials were provided. Please set your (mobile/password) or apiKey in the config file');
105
+
throwCouldNotSendMobilyWsNotification::withErrorMessage('No credentials were provided. Please set your (mobile/password) or apiKey in the config file');
0 commit comments