diff --git a/api/BusinessLogic/security/BanRetriever.php b/api/BusinessLogic/Security/BanRetriever.php similarity index 100% rename from api/BusinessLogic/security/BanRetriever.php rename to api/BusinessLogic/Security/BanRetriever.php diff --git a/api/BusinessLogic/security/BannedEmail.php b/api/BusinessLogic/Security/BannedEmail.php similarity index 100% rename from api/BusinessLogic/security/BannedEmail.php rename to api/BusinessLogic/Security/BannedEmail.php diff --git a/api/BusinessLogic/security/BannedIp.php b/api/BusinessLogic/Security/BannedIp.php similarity index 100% rename from api/BusinessLogic/security/BannedIp.php rename to api/BusinessLogic/Security/BannedIp.php diff --git a/api/BusinessLogic/security/UserContext.php b/api/BusinessLogic/Security/UserContext.php similarity index 100% rename from api/BusinessLogic/security/UserContext.php rename to api/BusinessLogic/Security/UserContext.php diff --git a/api/BusinessLogic/security/UserContextBuilder.php b/api/BusinessLogic/Security/UserContextBuilder.php similarity index 100% rename from api/BusinessLogic/security/UserContextBuilder.php rename to api/BusinessLogic/Security/UserContextBuilder.php diff --git a/api/BusinessLogic/security/UserContextNotifications.php b/api/BusinessLogic/Security/UserContextNotifications.php similarity index 100% rename from api/BusinessLogic/security/UserContextNotifications.php rename to api/BusinessLogic/Security/UserContextNotifications.php diff --git a/api/BusinessLogic/security/UserContextPreferences.php b/api/BusinessLogic/Security/UserContextPreferences.php similarity index 100% rename from api/BusinessLogic/security/UserContextPreferences.php rename to api/BusinessLogic/Security/UserContextPreferences.php diff --git a/api/BusinessLogic/Statuses/Closable.php b/api/BusinessLogic/Statuses/Closable.php new file mode 100644 index 00000000..58c409ae --- /dev/null +++ b/api/BusinessLogic/Statuses/Closable.php @@ -0,0 +1,17 @@ +ticketRequest->suggestedKnowledgebaseArticleIds = [1, 2, 3]; $this->ticketRequest->userAgent = 'UserAgent'; $this->ticketRequest->screenResolution = [1400, 900]; - $this->ticketRequest->ipAddress = ip2long('127.0.0.1'); + $this->ticketRequest->ipAddress = '127.0.0.1'; $this->ticketRequest->language = 'English'; //-- Act