This commit is contained in:
as2252258@163.com
2021-05-04 03:46:40 +08:00
parent 791f9722f5
commit 17393bb4a4
3 changed files with 0 additions and 77 deletions
-9
View File
@@ -203,13 +203,4 @@ class Annotation extends Component
}
/**
* @param string $filename
* @return mixed
*/
public function getFilename(string $filename): mixed
{
return $this->_loader->getClassByFilepath($filename);
}
}