1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Miglioramenti minori

This commit is contained in:
Thomas Zilio
2019-07-19 16:51:52 +02:00
parent 7b589c530c
commit 7b03a2f3e5
20 changed files with 75 additions and 24 deletions

View File

@@ -186,7 +186,9 @@ class Manager
$object = new $class();
$method = $this->type;
$object->open($request);
$response = $object->{$method}($request);
$object->close($request, $response);
return $response;
}