Skip to content

Commit b5941ec

Browse files
added visibility (protected)
1 parent 217f347 commit b5941ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/core/actions/model/transition.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Some Rights Reserved, Cedric Francoys, 2010-2021
55
Licensed under GNU LGPL 3 license <http://www.gnu.org/licenses/>
66
*/
7-
list($params, $providers) = announce([
7+
list($params, $providers) = eQual::announce([
88
'description' => "Returns a map with the descriptors of the installed apps (depending on initialized packages).",
99
'params' => [
1010
'entity' => [
@@ -33,6 +33,9 @@
3333
'charset' => 'utf-8',
3434
'accept-origin' => '*'
3535
],
36+
'access' => [
37+
'visibility' => 'protected'
38+
],
3639
'providers' => ['context', 'orm']
3740
]);
3841

0 commit comments

Comments
 (0)