This commit is contained in:
2023-04-05 14:09:46 +08:00
parent b75204e53e
commit 03c908e4da
-15
View File
@@ -99,21 +99,6 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
protected array $_with = [];
protected Getter $overrideGetter;
protected Setter $overrideSetter;
/**
* @param array $config
* @throws Exception
*/
// public function __construct(array $config = [])
// {
// parent::__construct($config);
// }
/**
* @return array
*/