Skip to content

Commit

Permalink
fixed proxy regeneration in upgrade scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
takeit committed Mar 25, 2015
1 parent b35d902 commit 584f4d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 584f4d6

Please sign in to comment.