Skip to content

Commit

Permalink
cc
Browse files Browse the repository at this point in the history
  • Loading branch information
arusinowski committed Jan 6, 2025
1 parent 49b74e2 commit 48dae19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Behavior/Strategy/LookupStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function initialize(array $config): void

$this->table
->belongsTo($assocName)
->setProperty($assocName."Enum")
->setProperty($assocName . 'Enum')
->setClassName('CakeDC/Enum.Lookups')
->setForeignKey($config['field'])
->setBindingKey('name')
Expand Down

0 comments on commit 48dae19

Please sign in to comment.