Commit 04ca3d95 authored by dockx thibault's avatar dockx thibault Committed by Oana-Eliza Alexa
Browse files

:sparkles: Feat(gateway) - simply add gateway to get methods

1 merge request!75Draft: Resolve "Redesign Mail"
Showing with 8 additions and 1 deletion
+8 -1
.vendor/
.composer.lock
filelist
phpstan.neon
.idea/fusiondirectory-orchestrator.iml
.idea/modules.xml
.idea/php.xml
.idea/vcs.xml
.idea/codeStyles/codeStyleConfig.xml
......@@ -55,7 +55,7 @@ class TaskController
switch ($objectType) {
case $objectType:
if (class_exists($objectType)) {
$endpoint = new $objectType;
$endpoint = new $objectType($this->gateway);
$result = $endpoint->processEndPointGet();
}
break;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment