This commit is contained in:
dev-chiefworks
2022-04-20 20:36:36 -04:00
parent eeeb0b9e45
commit 0803c6228f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
namespace App\Services;
use GuzzleHttp\Client as HTTPClient;
use .\CoreServiceApi;
use \\CoreServiceApi;
class FloatLogin extends CoreServiceApi
{
+1 -1
View File
@@ -3,7 +3,7 @@
namespace App\Services;
use GuzzleHttp\Client as HTTPClient;
use CoreServiceApi;
use \\CoreServiceApi;
class ResetPassword extends CoreServiceApi
{
+1 -1
View File
@@ -3,7 +3,7 @@
namespace App\Services;
use GuzzleHttp\Client as HTTPClient;
use CoreServiceApi;
use \\CoreServiceApi;
class UserProfile extends CoreServiceApi
{