fixed invalid Symfony path
This commit is contained in:
parent
db9aeb37b0
commit
c7c74a33d3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ require_once VZ_DIR . '/lib/Util/ClassLoader.php';
|
|||
|
||||
$classLoaders = array(
|
||||
new Volkszaehler\Util\ClassLoader('Doctrine', VZ_DIR . '/lib/vendor/Doctrine'),
|
||||
new Volkszaehler\Util\ClassLoader('Symfony', VZ_DIR . '/lib/vendor/Symfony'),
|
||||
new Volkszaehler\Util\ClassLoader('Symfony', VZ_DIR . '/lib/vendor/Doctrine/Symfony'),
|
||||
new Volkszaehler\Util\ClassLoader('Volkszaehler', VZ_DIR . '/lib')
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue