This commit is contained in:
2021-03-25 16:48:49 +08:00
parent 79b60a390a
commit b82cbae434
+1 -1
View File
@@ -50,7 +50,7 @@ class GiiController extends GiiBase
$controllerName = $managerName;
$html = $this->getUseContent($class, $controller);
$html = $class instanceof \ReflectionClass ? $this->getUseContent($class, $controller) : null;
if (empty($html)) {