From e78c2a3ee81679fd44a4c82d62eeb978f4d456bb Mon Sep 17 00:00:00 2001 From: Aleksandar-Mitic Date: Mon, 18 Mar 2024 09:59:31 +0100 Subject: [PATCH] Fixed config typo --- config/dbsync.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dbsync.php b/config/dbsync.php index 017047f..0dccc21 100755 --- a/config/dbsync.php +++ b/config/dbsync.php @@ -68,7 +68,7 @@ 'defaultFileName' => env('REMOTE_DEFAULT_FILE_NAME', 'file.sql'), /* - * Sets the target databse connection + * Sets the target database connection */ 'targetConnection' => env('LOCAL_TARGET_CONNECTION', 'mysql'),