File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
customized/App/Schema/Enum Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 */
1414class GenderType extends Enum
1515{
16- /** @var string The female gender. */
17- public const FEMALE = 'https://schema.org/Female ' ;
18-
1916 /** @var string The male gender. */
2017 public const MALE = 'https://schema.org/Male ' ;
18+
19+ /** @var string The female gender. */
20+ public const FEMALE = 'https://schema.org/Female ' ;
2121}
Original file line number Diff line number Diff line change 1313 */
1414class GenderType extends Enum
1515{
16- /** @var string The female gender. */
17- public const FEMALE = 'https://schema.org/Female ' ;
18-
1916 /** @var string The male gender. */
2017 public const MALE = 'https://schema.org/Male ' ;
18+
19+ /** @var string The female gender. */
20+ public const FEMALE = 'https://schema.org/Female ' ;
2121}
You can’t perform that action at this time.
0 commit comments