This commit is contained in:
2021-01-26 17:02:51 +08:00
parent 48d5ffd93d
commit 0c249afb91
+1 -2
View File
@@ -28,8 +28,7 @@ abstract class HasBase
*/ */
protected mixed $model; protected mixed $model;
/** @var array */ protected mixed $value = [];
protected array $value = [];
/** @var Relation $_relation */ /** @var Relation $_relation */