Skip to content

Commit

Permalink
fix proxy regeneration for publication entity
Browse files Browse the repository at this point in the history
  • Loading branch information
takeit committed Mar 25, 2015
1 parent 266bbdf commit a5809ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

$app->register(new DoctrineOrmServiceProvider(), array(
"orm.proxies_dir" => $newscoopDir."/library/Proxy",
"orm.auto_generate_proxies" => false,
"orm.auto_generate_proxies" => true,
"orm.proxies_namespace" => "Proxy",
"orm.em.options" => array(
"mappings" => array(
Expand Down

0 comments on commit a5809ee

Please sign in to comment.