This commit is contained in:
2024-12-18 16:38:08 +03:00
parent bcf8b6621b
commit 798c687547
3 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ class KernelService
foreach ($files as $file) {
Debug::prn($file);
if ($file === 'bootstrap') {
if ($file === 'bootstrap.php') {
Debug::prn(123);
$this->files->recursiveRemoveDir(ROOT_DIR . '/bootstrap');
$this->files->copyKernelFolder($tmpKernelDirFull . 'bootstrap' , ROOT_DIR . '/bootstrap');