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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user