File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -78,25 +78,6 @@ public static function getPropertyDefinition( string $key ) : ModelPropertyDefin
7878 */
7979 public static function getPropertyDefinitions () : array ;
8080
81- /**
82- * Returns the property definition for the given key.
83- *
84- * @since 2.0.0
85- *
86- * @param string $key Property name.
87- *
88- * @return ModelPropertyDefinition
89- */
90- public static function getPropertyDefinition ( string $ key ) : ModelPropertyDefinition ;
91-
92- /**
93- * Returns the property definitions for the model.
94- *
95- * @since 2.0.0
96- * @return array<string,ModelPropertyDefinition>
97- */
98- public static function getPropertyDefinitions () : array ;
99-
10081 /**
10182 * Determines if the model has the given property.
10283 *
You can’t perform that action at this time.
0 commit comments