Skip to content

Commit a6f4263

Browse files
committed
Remove duplicate methods from itnerface
1 parent 68328c8 commit a6f4263

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/Models/Contracts/Model.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)