Skip to content

Commit

Permalink
Merge branch '6.0' into 6
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jan 8, 2025
2 parents f562f5e + b7ab7b4 commit 39827c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"require": {
"php": "^8.3",
"silverstripe/framework": "^6",
"silverstripe/vendor-plugin": "^2",
"webonyx/graphql-php": "^15.19",
"silverstripe/event-dispatcher": "^2",
"guzzlehttp/guzzle": "^7.9",
Expand Down
2 changes: 1 addition & 1 deletion src/Schema/Storage/CodeGenerationStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ private function getDirectory(): string
private function getTempDirectory(): string
{
return Path::join(
TEMP_FOLDER,
TEMP_PATH,
$this->config()->get('dirName'),
$this->name
);
Expand Down

0 comments on commit 39827c2

Please sign in to comment.