Skip to content

Commit

Permalink
Added constant FIELDS to CommonSectionInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
dionsnoeijen committed Jun 21, 2018
1 parent b0385a7 commit 1e2c854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SectionField/Generator/CommonSectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

interface CommonSectionInterface
{
const FIELDS = [];
public function getId(): ?int;
public static function loadValidatorMetadata(ClassMetadata $metadata): void;
public function onPrePersist(): void;
Expand Down

0 comments on commit 1e2c854

Please sign in to comment.