Skip to content

Commit 48dae19

Browse files
committed
cc
1 parent 49b74e2 commit 48dae19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Behavior/Strategy/LookupStrategy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function initialize(array $config): void
5959

6060
$this->table
6161
->belongsTo($assocName)
62-
->setProperty($assocName."Enum")
62+
->setProperty($assocName . 'Enum')
6363
->setClassName('CakeDC/Enum.Lookups')
6464
->setForeignKey($config['field'])
6565
->setBindingKey('name')

0 commit comments

Comments
 (0)