We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217f347 commit b5941ecCopy full SHA for b5941ec
packages/core/actions/model/transition.php
@@ -4,7 +4,7 @@
4
Some Rights Reserved, Cedric Francoys, 2010-2021
5
Licensed under GNU LGPL 3 license <http://www.gnu.org/licenses/>
6
*/
7
-list($params, $providers) = announce([
+list($params, $providers) = eQual::announce([
8
'description' => "Returns a map with the descriptors of the installed apps (depending on initialized packages).",
9
'params' => [
10
'entity' => [
@@ -33,6 +33,9 @@
33
'charset' => 'utf-8',
34
'accept-origin' => '*'
35
],
36
+ 'access' => [
37
+ 'visibility' => 'protected'
38
+ ],
39
'providers' => ['context', 'orm']
40
]);
41
0 commit comments