Skip to content

Commit

Permalink
FIX Stop using deprecated API (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jan 7, 2025
1 parent a1f956d commit fe12a47
Showing 1 changed file with 1 addition and 1 deletion.
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 fe12a47

Please sign in to comment.