变更
This commit is contained in:
@@ -28,11 +28,11 @@ class Gii
|
|||||||
|
|
||||||
private InputInterface $input;
|
private InputInterface $input;
|
||||||
|
|
||||||
public string $modelPath = APP_PATH . 'models/';
|
public string $modelPath = APP_PATH . 'app/Model/';
|
||||||
public string $modelNamespace = 'app\Model\\';
|
public string $modelNamespace = 'App\Model\\';
|
||||||
|
|
||||||
public string $controllerPath = APP_PATH . 'controllers/';
|
public string $controllerPath = APP_PATH . 'app/Controller/';
|
||||||
public string $controllerNamespace = 'app\\Controller\\';
|
public string $controllerNamespace = 'App\\Controller\\';
|
||||||
|
|
||||||
|
|
||||||
public static array $createSqls = [];
|
public static array $createSqls = [];
|
||||||
|
|||||||
+4
-4
@@ -25,11 +25,11 @@ abstract class GiiBase
|
|||||||
|
|
||||||
protected InputInterface $input;
|
protected InputInterface $input;
|
||||||
|
|
||||||
public string $modelPath = APP_PATH . 'models/';
|
public string $modelPath = APP_PATH . 'app/Model/';
|
||||||
public string $modelNamespace = 'app\Model\\';
|
public string $modelNamespace = 'App\Model\\';
|
||||||
|
|
||||||
public string $controllerPath = APP_PATH . 'controllers/';
|
public string $controllerPath = APP_PATH . 'app/Controller/';
|
||||||
public string $controllerNamespace = 'app\\Controller\\';
|
public string $controllerNamespace = 'App\\Controller\\';
|
||||||
|
|
||||||
public ?string $module = null;
|
public ?string $module = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user