改名
This commit is contained in:
@@ -50,7 +50,7 @@ class GiiController extends GiiBase
|
|||||||
|
|
||||||
$controllerName = $managerName;
|
$controllerName = $managerName;
|
||||||
|
|
||||||
$html = $this->getUseContent($class, $controller);
|
$html = $class instanceof \ReflectionClass ? $this->getUseContent($class, $controller) : null;
|
||||||
|
|
||||||
|
|
||||||
if (empty($html)) {
|
if (empty($html)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user