diff --git a/kiri-engine/FileListen/HotReload.php b/kiri-engine/FileListen/HotReload.php index 88d99f95..ea0abb39 100644 --- a/kiri-engine/FileListen/HotReload.php +++ b/kiri-engine/FileListen/HotReload.php @@ -61,7 +61,6 @@ class HotReload extends Command { // TODO: Implement onHandler() method. set_error_handler([$this, 'onErrorHandler']); - $this->dirs = Config::get('inotify', [APP_PATH . 'app']); if (!extension_loaded('inotify')) { $driver = Kiri::getDi()->get(Scaner::class, [$this->dirs, $this]);