diff --git a/src/Schema/Storage/CodeGenerationStore.php b/src/Schema/Storage/CodeGenerationStore.php index 7cdae02c..5b3cfaf8 100644 --- a/src/Schema/Storage/CodeGenerationStore.php +++ b/src/Schema/Storage/CodeGenerationStore.php @@ -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 );