Browse Source

Bugfix

master
Jan Pavlíček 2 months ago
parent
commit
fa5fbaa28c
  1. 2
      lib/Common/EntityManagerFactory.php

2
lib/Common/EntityManagerFactory.php

@ -35,7 +35,7 @@ class EntityManagerFactory
if (defined('STDIN') && @$_SERVER['argv'][1] == 'orm:generate-proxies') { if (defined('STDIN') && @$_SERVER['argv'][1] == 'orm:generate-proxies') {
$params['database']['serverVersion'] = '14'; $params['database']['serverVersion'] = '14';
} }
w
$paths = $params['paths']; $paths = $params['paths'];
$connection = $params['database']; $connection = $params['database'];

Loading…
Cancel
Save