Skip to content

Commit

Permalink
Merge branch 'release/v0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
betterthanclay committed May 9, 2024
2 parents 87c736e + 4fc3b70 commit d49ffd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.2.2 (2024-05-09)
* Added default proxy dir config

## v0.2.1 (2024-04-29)
* Fixed Veneer stubs in gitattributes

Expand Down
4 changes: 4 additions & 0 deletions src/Indoctrination/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ protected function loadOrmConfig(
cache: Stash::load(__CLASS__)
);

if (class_exists(Genesis::class)) {
$output->setProxyDir(Genesis::$hub->getLocalDataPath() . '/doctrine/proxies');
}


// Schema filter
$output->setSchemaAssetsFilter(function (
Expand Down

0 comments on commit d49ffd7

Please sign in to comment.