From 2ba3384589e610d3eb34327afa5ae5296dc86ca2 Mon Sep 17 00:00:00 2001 From: nathan boileau Date: Fri, 25 Nov 2022 18:51:31 +0100 Subject: [PATCH] bd --- WEB/Config/Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/Config/Connection.php b/WEB/Config/Connection.php index 00557d26..644ed7a7 100644 --- a/WEB/Config/Connection.php +++ b/WEB/Config/Connection.php @@ -21,6 +21,6 @@ class Connection extends SQLite3 { function __construct() { - $this->open('./Model/sripted.db'); + $this->open('./Model/scripted.db'); } } \ No newline at end of file