We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b67431d + 98a5eda commit b505732Copy full SHA for b505732
2 files changed
composer.json
@@ -12,8 +12,8 @@
12
"squizlabs/php_codesniffer": "3.7.1"
13
},
14
"require": {
15
- "phpugph/components": "1.0.6",
16
- "phpugph/handlebars": "1.0.4"
+ "phpugph/components": "1.0.7",
+ "phpugph/handlebars": "1.0.5"
17
18
"autoload": {
19
"psr-4": {
src/Package/System/events/object.php
@@ -142,7 +142,10 @@
142
143
//lastly return the detail
144
$response->remove('json', 'results');
145
- $emitter->call('system-object-detail', [ $primary => $id ], $response);
+ $emitter->call('system-object-detail', [
146
+ 'schema' => $data['schema'],
147
+ $primary => $id
148
+ ], $response);
149
});
150
151
/**
0 commit comments