We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6e6ee commit a3afdc7Copy full SHA for a3afdc7
.gitignore
@@ -3,6 +3,7 @@
3
/package-lock.json
4
5
# Top-level+Sub directories
6
+.tempest/
7
.cache/
8
.idea/
9
build/
@@ -27,4 +28,4 @@ dist
27
28
profile/
29
db-main.sqlite
30
db-tenant-1.sqlite
-db-tenant-2.sqlite
31
+db-tenant-2.sqlite
packages/core/src/FrameworkKernel.php
@@ -166,7 +166,7 @@ public function loadConfig(): self
166
167
public function registerInternalStorage(): self
168
{
169
- $path = $this->root . '/vendor/.tempest';
+ $path = $this->root . '/.tempest';
170
171
if (! is_dir($path)) {
172
mkdir($path, recursive: true);
0 commit comments