Skip to content

Commit d1704e8

Browse files
authored
feat(database): store default sqlite database in internal storage (#1075)
1 parent a8b6ea9 commit d1704e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Tempest/Database/src/Config/database.config.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
use Tempest\Database\Config\SQLiteConfig;
66

7+
use function Tempest\internal_storage_path;
8+
79
return new SQLiteConfig(
8-
path: __DIR__ . '/../database.sqlite',
10+
path: internal_storage_path('database.sqlite'),
911
);

0 commit comments

Comments
 (0)