File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Propel/Generator/Model Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public function getIncomingForeignKey()
132132 *
133133 * @return bool
134134 */
135- public function isAtLeastOneLocalColumnNotCovered (ForeignKey $ fk )
135+ public function isAtLeastOneLocalPrimaryKeyNotCovered (ForeignKey $ fk )
136136 {
137137 $ primaryKeys = $ fk ->getLocalColumnObjects ();
138138 foreach ($ primaryKeys as $ primaryKey ) {
Original file line number Diff line number Diff line change @@ -800,7 +800,7 @@ public function isAtLeastOneLocalColumnRequired()
800800 *
801801 * @return bool
802802 */
803- public function isAtLeastOneLocalColumnIsRequired ()
803+ public function isAtLeastOneLocalPrimaryKeyIsRequired ()
804804 {
805805 foreach ($ this ->getLocalColumnObjects () as $ pk ) {
806806 if ($ pk ->isNotNull () && !$ pk ->hasDefaultValue ()) {
You can’t perform that action at this time.
0 commit comments