Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/phpMv/phpMv-UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Oct 30, 2021
2 parents 5598c22 + cd464de commit 1d27dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -75,7 +75,7 @@ The library is already loaded by default in the config file **app/config/config.
```php
"di"=>array(
"@exec"=>array("jquery"=>function ($controller){
return \Ubiquity\core\Framework::diSemantic($controller);
return \Ajax\php\ubiquity\JsUtils::diSemantic($controller);
})
),
```
Expand Down

0 comments on commit 1d27dad

Please sign in to comment.