fix
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user