diff --git a/app/Console/Commands/ClearCachesAll.php b/app/Console/Commands/ClearCachesAll.php index 2e46171..fbdb167 100644 --- a/app/Console/Commands/ClearCachesAll.php +++ b/app/Console/Commands/ClearCachesAll.php @@ -51,7 +51,6 @@ class ClearCachesAll extends Command // Clear compiled caches $paths = [ - base_path('vendor/autoload.php'), base_path('bootstrap/cache/compiled.php'), base_path('bootstrap/cache/services.php'), ];