Changed the primaryKey to the actual primary key of the Config table
This commit is contained in:
parent
5f7e4a3471
commit
869b84732d
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
class Config extends AppModel {
|
class Config extends AppModel {
|
||||||
public $useTable = 'Config';
|
public $useTable = 'Config';
|
||||||
public $primaryKey = 'Id';
|
public $primaryKey = 'Name';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue