改名
This commit is contained in:
@@ -74,6 +74,7 @@ use Snowflake\Core\JSON;
|
|||||||
use HttpServer\Http\Request;
|
use HttpServer\Http\Request;
|
||||||
use HttpServer\Http\Response;
|
use HttpServer\Http\Response;
|
||||||
use HttpServer\Controller;
|
use HttpServer\Controller;
|
||||||
|
use use JetBrains\PhpStorm\ArrayShape;
|
||||||
use {$model_namespace}\\{$managerName};
|
use {$model_namespace}\\{$managerName};
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
@@ -198,6 +199,7 @@ use {$model_namespace}\\{$managerName};
|
|||||||
* @return array
|
* @return array
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
|
#[ArrayShape([])]
|
||||||
private function loadParam(): array
|
private function loadParam(): array
|
||||||
{
|
{
|
||||||
return [' . $this->getData($fields) . '
|
return [' . $this->getData($fields) . '
|
||||||
|
|||||||
Reference in New Issue
Block a user