From 8643bd20baa1b191d3d228028cf284e30ee06739 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 7 Apr 2025 15:57:47 +0300 Subject: [PATCH] Fixed a bug in file hinting using Laravel Idea --- ide.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide.json b/ide.json index 076195ae..97afd7f6 100644 --- a/ide.json +++ b/ide.json @@ -40,7 +40,7 @@ } ], "options": { - "directory": "operations", + "directory": "/operations", "suffixToClear": ".php", "recursive": true }