Skip to content

Commit

Permalink
Merge branch 'publications-feature' into refactor-MakePublicationType…
Browse files Browse the repository at this point in the history
…Command-class
  • Loading branch information
caendesilva committed Dec 23, 2022
2 parents f6b805b + ba09ad0 commit f1ed5af
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
enum PublicationFieldTypes: string
{
//@codeCoverageIgnoreStart
case String = 'string';
case Boolean = 'boolean';
case Integer = 'integer';
Expand All @@ -25,7 +24,6 @@ enum PublicationFieldTypes: string
case Text = 'text';
case Image = 'image';
case Tag = 'tag';
//@codeCoverageIgnoreEnd

public function rules(): array
{
Expand Down

0 comments on commit f1ed5af

Please sign in to comment.