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 a8b6ea9 commit d1704e8Copy full SHA for d1704e8
src/Tempest/Database/src/Config/database.config.php
@@ -4,6 +4,8 @@
4
5
use Tempest\Database\Config\SQLiteConfig;
6
7
+use function Tempest\internal_storage_path;
8
+
9
return new SQLiteConfig(
- path: __DIR__ . '/../database.sqlite',
10
+ path: internal_storage_path('database.sqlite'),
11
);
0 commit comments