Skip to content

Commit 8293976

Browse files
committed
some refactorings
1 parent 88aee07 commit 8293976

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/Structure/ClassStructure.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,11 @@ public static function export($data)
4242
{
4343
return static::makeSchema()->export($data);
4444
}
45+
46+
public static function getAdditionalProperties(Schema $ownerSchema)
47+
{
48+
return null;
49+
}
50+
51+
4552
}

src/Structure/ClassStructureContract.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ interface ClassStructureContract
1212
* @param Schema $ownerSchema
1313
*/
1414
public static function setUpProperties($properties, Schema $ownerSchema);
15+
public static function getAdditionalProperties(Schema $ownerSchema);
1516
}

0 commit comments

Comments
 (0)