Skip to content

Commit

Permalink
Remove not needed require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
marekgach committed Nov 13, 2019
1 parent c938521 commit 93b0e3c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions smartsupp/controllers/admin/AdminSmartsuppAjax.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ class AdminSmartsuppAjaxController extends ModuleAdminController

public function init()
{
require_once _PS_MODULE_DIR_ . 'smartsupp/classes/Auth/Api.php';
require_once _PS_MODULE_DIR_ . 'smartsupp/classes/Auth/Request/HttpRequest.php';
require_once _PS_MODULE_DIR_ . 'smartsupp/classes/Auth/Request/CurlRequest.php';

$api = new Api();

switch (Tools::getValue('action')) {
Expand Down

0 comments on commit 93b0e3c

Please sign in to comment.