We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced6599 commit b5f195cCopy full SHA for b5f195c
cli-config.php
@@ -0,0 +1,7 @@
1
+<?php
2
+
3
+use Doctrine\ORM\Tools\Console\ConsoleRunner;
4
5
+$entityManager = require __DIR__ . '/bootstrap.php';
6
7
+return ConsoleRunner::createHelperSet($entityManager);
0 commit comments