Skip to content

Commit

Permalink
Merge pull request #23 from eeliu/R-12-21
Browse files Browse the repository at this point in the history
fix: enable save files
  • Loading branch information
eeliu authored Dec 16, 2021
2 parents ae703c0 + 468c480 commit 3927c50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/pinpoint/Common/PinpointDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ public function start()
$visitor->runAllVisitor($fullPath,$aopFuncInfo,$naming);
}
}

// save render aop class into index file
Util::saveCachedClass(RenderAopClass::getInstance()->getLoadeMap());
// enable RenderAop class loader
RenderAopClassLoader::start();
}

Expand Down

0 comments on commit 3927c50

Please sign in to comment.