Skip to content

Commit 0ab7122

Browse files
authored
Update 03-database.md (#98)
1 parent a52c3c0 commit 0ab7122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/Documentation/content/1.x/1-essentials/03-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ If you want to connect to multiple databases, you should make multiple database
586586
use Tempest\Database\Config\SQLiteConfig;
587587

588588
return new SQLiteConfig(
589-
path: __DIR__ . '/../database-backup.sqlite',
589+
path: __DIR__ . '/../database.sqlite',
590590
tag: 'main',
591591
);
592592
```

0 commit comments

Comments
 (0)