Introduction of Group::make() function
A new function, Group::make(), has been introduced. This is an important modification because it allows for the creation of new Group instances, further improving the flexibility and functionality of our application.
Removal of Comments around getFieldsSchema Method
The comments surrounding the getFieldsSchema method in the Schemata.php file have been removed. This leads to a cleaner, more accessible code, making it easier for other team members to comprehend and contribute to.
PR Summary
Group::make()
function A new function,Group::make()
, has been introduced. This is an important modification because it allows for the creation of new Group instances, further improving the flexibility and functionality of our application.getFieldsSchema
Method The comments surrounding thegetFieldsSchema
method in theSchemata.php
file have been removed. This leads to a cleaner, more accessible code, making it easier for other team members to comprehend and contribute to.