-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I think in 2020 this part of code need in refactor. There's composer's autoload already.
namespace {
const DS = DIRECTORY_SEPARATOR;
require_once DIR . DIRECTORY_SEPARATOR . "AbstractService.php";
require_once DIR . DS . ".." . DS . "Helper" . DS . "Validation.php";
}
Currently it leads to
Notice: Constant DS already defined
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels