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 a68f323 commit 358618fCopy full SHA for 358618f
tools/sandbox/cli-config.php
@@ -4,4 +4,4 @@
4
5
require_once 'config.php';
6
7
-$helpers = array(new DocumentManagerHelper($dm));
+$helpers = array('dm' => new DocumentManagerHelper($dm));
0 commit comments