This commit is contained in:
as2252258@163.com
2021-04-08 01:07:48 +08:00
parent 4d0fa183ba
commit 3d77ed9d10
3 changed files with 136 additions and 81 deletions
+4 -4
View File
@@ -95,10 +95,10 @@ class Annotation extends Component
* @param string $dir
* @throws Exception
*/
public function runtime(string $dir, ?string $outPath = null)
{
$this->_loader->directoryRuntime($dir, $outPath);
}
// public function runtime(string $dir, ?string $outPath = null)
// {
// $this->_loader->directoryRuntime($dir, $outPath);
// }
/**