We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5598c22 + cd464de commit 1d27dadCopy full SHA for 1d27dad
README.md
@@ -75,7 +75,7 @@ The library is already loaded by default in the config file **app/config/config.
75
```php
76
"di"=>array(
77
"@exec"=>array("jquery"=>function ($controller){
78
- return \Ubiquity\core\Framework::diSemantic($controller);
+ return \Ajax\php\ubiquity\JsUtils::diSemantic($controller);
79
})
80
),
81
```
0 commit comments