summaryrefslogtreecommitdiff
path: root/cli-config.php
blob: 917e29f579eec397caadd09c6dcdf73c02c981fc (plain)
1
2
3
4
5
6
7
8
9
10
<?php

use Elements\DB;

#require_once __DIR__ . '/vendor/autoload.php';

DB::init();

return \Doctrine\ORM\Tools\Console\ConsoleRunner::createHelperSet(DB::$entityManager);