Remove code to delete vendor/autoload.php file as its crucial for laravel app to run

This commit is contained in:
Afiq Hamzah
2024-08-10 18:22:06 +08:00
parent 09e988ec7a
commit 26a2bb90f4
-1
View File
@@ -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'),
];