This commit is contained in:
2023-12-18 17:16:47 +08:00
parent a9d315a6c0
commit 55d605af2f
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -52,6 +52,9 @@ class GiiController extends GiiBase
$controller = str_replace('\\\\', '\\', "$namespace\\{$managerName}Controller");
$html = "<?php
declare(strict_types=1);
namespace {$namespace};
";