diff --git a/app/Services/FloatLogin.php b/app/Services/FloatLogin.php index f162207..f254956 100644 --- a/app/Services/FloatLogin.php +++ b/app/Services/FloatLogin.php @@ -3,7 +3,7 @@ namespace App\Services; use GuzzleHttp\Client as HTTPClient; -use .\CoreServiceApi; +use \\CoreServiceApi; class FloatLogin extends CoreServiceApi { diff --git a/app/Services/ResetPassword.php b/app/Services/ResetPassword.php index 5ea4b63..89f3048 100644 --- a/app/Services/ResetPassword.php +++ b/app/Services/ResetPassword.php @@ -3,7 +3,7 @@ namespace App\Services; use GuzzleHttp\Client as HTTPClient; -use CoreServiceApi; +use \\CoreServiceApi; class ResetPassword extends CoreServiceApi { diff --git a/app/Services/UserProfile.php b/app/Services/UserProfile.php index 39f6fd6..50a379b 100644 --- a/app/Services/UserProfile.php +++ b/app/Services/UserProfile.php @@ -3,7 +3,7 @@ namespace App\Services; use GuzzleHttp\Client as HTTPClient; -use CoreServiceApi; +use \\CoreServiceApi; class UserProfile extends CoreServiceApi {