Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory-orchestrator
Commits
1887a914
Commit
1887a914
authored
1 month ago
by
dockx thibault
Committed by
Oana-Eliza Alexa
1 month ago
Browse files
Options
Download
Patches
Plain Diff
Feat(gateway) - simply add gateway to get methods
parent
be6c1ffd
78-redesign-audit-class
1 merge request
!74
Draft: Resolve "Redesign audit class"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+7
-0
.gitignore
library/TaskController.php
+1
-1
library/TaskController.php
with
8 additions
and
1 deletion
+8
-1
.gitignore
+
7
−
0
View file @
1887a914
.vendor/
.composer.lock
filelist
phpstan.neon
.idea/fusiondirectory-orchestrator.iml
.idea/modules.xml
.idea/php.xml
.idea/vcs.xml
.idea/codeStyles/codeStyleConfig.xml
This diff is collapsed.
Click to expand it.
library/TaskController.php
+
1
−
1
View file @
1887a914
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets