ForeignKeyConstraint::onEvent() must return null as an empty action

parent c9ec6183
......@@ -365,7 +365,7 @@ class ForeignKeyConstraint extends AbstractAsset implements Constraint
}
}
return false;
return null;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment