From 4428c46db814659934185c37a1708c690e40c2bc Mon Sep 17 00:00:00 2001 From: esyede Date: Sat, 2 Dec 2023 11:58:35 +0700 Subject: [PATCH] small changes --- system/console/commands/stubs/system/_ide_helper.stub | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/console/commands/stubs/system/_ide_helper.stub b/system/console/commands/stubs/system/_ide_helper.stub index 3df9fd00..db946e0a 100644 --- a/system/console/commands/stubs/system/_ide_helper.stub +++ b/system/console/commands/stubs/system/_ide_helper.stub @@ -50,6 +50,10 @@ class Cache extends System\Cache { } +class Carbon extends System\Carbon +{ +} + class Command extends System\Console\Commands\Command { }