mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
commit
106d4ef12e
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class Model extends Object implements CakeEventListener {
|
||||||
* The name of the primary key field for this model.
|
* The name of the primary key field for this model.
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
* @link http://book.cakephp.org/2.0/en/models/model-attributes.html#primaryKey
|
* @link http://book.cakephp.org/2.0/en/models/model-attributes.html#primarykey
|
||||||
*/
|
*/
|
||||||
public $primaryKey = null;
|
public $primaryKey = null;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue