Skip to content

Commit 88aee07

Browse files
committed
some refactorings
1 parent c037cec commit 88aee07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AbstractConstraint.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
abstract class AbstractConstraint extends Base implements Constraint
77
{
8-
const KEY = '';
9-
108
/** @var Schema */
119
protected $ownerSchema;
1210

src/Constraint.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44

55
interface Constraint
66
{
7+
const KEY = '';
8+
79
public function setOwnerSchema(Schema $ownerSchema);
810
}

0 commit comments

Comments
 (0)