Skip to content

Commit

Permalink
path bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaDafinser committed Jul 24, 2014
1 parent 3b633e6 commit ec3cc9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
*/
'zfcDatagrid_dbAdapter' => array(
'driver' => 'Pdo_Sqlite',
'database' => __DIR__ . '/../src/ZfcDatagrid/Examples/Data/examples.sqlite'
'database' => __DIR__ . '/../src/ZfcDatagridExamples/Data/examples.sqlite'
),

'doctrine' => array(
Expand All @@ -106,7 +106,7 @@
'driverClass' => 'Doctrine\DBAL\Driver\PDOSqlite\Driver',
'params' => array(
'charset' => 'utf8',
'path' => __DIR__ . '/../src/ZfcDatagrid/Examples/Data/examples.sqlite'
'path' => __DIR__ . '/../src/ZfcDatagridExamples/Data/examples.sqlite'
)
)
),
Expand All @@ -129,7 +129,7 @@
'class' => 'Doctrine\ORM\Mapping\Driver\AnnotationDriver',
'cache' => 'array',
'paths' => array(
__DIR__ . '/../src/ZfcDatagrid/Examples/Entity'
__DIR__ . '/../src/ZfcDatagridExamples/Entity'
)
),

Expand Down

0 comments on commit ec3cc9c

Please sign in to comment.