From 4890de0c6a79bd163a52b99b91c727cf0020cc2c Mon Sep 17 00:00:00 2001 From: olexoliinyk0 <147385264+olexoliinyk0@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:36:49 +0300 Subject: [PATCH] fix: config watch list database dir; (#867) exclude database.sqlite -related watcher reload on test run; --- config/octane.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/octane.php b/config/octane.php index a27650ae2..a92d7d9ae 100644 --- a/config/octane.php +++ b/config/octane.php @@ -187,7 +187,7 @@ 'app', 'bootstrap', 'config', - 'database', + 'database/**/*.php', 'public/**/*.php', 'resources/**/*.php', 'routes',