We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b74e2 commit 48dae19Copy full SHA for 48dae19
src/Model/Behavior/Strategy/LookupStrategy.php
@@ -59,7 +59,7 @@ public function initialize(array $config): void
59
60
$this->table
61
->belongsTo($assocName)
62
- ->setProperty($assocName."Enum")
+ ->setProperty($assocName . 'Enum')
63
->setClassName('CakeDC/Enum.Lookups')
64
->setForeignKey($config['field'])
65
->setBindingKey('name')
0 commit comments