Skip to content

Commit 742973c

Browse files
committed
✨ updated config
1 parent c50d699 commit 742973c

File tree

3 files changed

+193
-426
lines changed

3 files changed

+193
-426
lines changed

Config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"sqlite" => [
3636
"driver" => "sqlite",
3737
"url" => _env("DATABASE_URL"),
38-
"database" => _env("DB_DATABASE", database_path("database.sqlite")),
38+
"database" => _env("DB_DATABASE", DatabasePath("database.sqlite")),
3939
"prefix" => "",
4040
"foreign_key_constraints" => _env("DB_FOREIGN_KEYS", true),
4141
],

0 commit comments

Comments
 (0)