改名
This commit is contained in:
@@ -80,9 +80,9 @@ class Annotation extends Component
|
|||||||
$this->_annotations[$alias] = [];
|
$this->_annotations[$alias] = [];
|
||||||
}
|
}
|
||||||
foreach ($paths as $path) {
|
foreach ($paths as $path) {
|
||||||
if (!str_contains('.php', $path)) {
|
// if (!str_contains('.php', $path)) {
|
||||||
continue;
|
// continue;
|
||||||
}
|
// }
|
||||||
$explode = explode('/', $path);
|
$explode = explode('/', $path);
|
||||||
|
|
||||||
$explode_pop = array_pop($explode);
|
$explode_pop = array_pop($explode);
|
||||||
|
|||||||
Reference in New Issue
Block a user