Skip to content

Commit b5f195c

Browse files
committed
Importing doctrine CLI config
1 parent ced6599 commit b5f195c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cli-config.php

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)