Revert "fix: incorrect foreing key"

This reverts commit 6a36d7a3cd.
pull/9534/head
Luciano Righetti 2024-01-30 18:49:05 +01:00
parent 6a36d7a3cd
commit f1bab1e98c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class Server extends AppModel
),
'User' => array(
'className' => 'User',
'foreignKey' => 'user_id',
'foreignKey' => 'server_id',
),
);