From 79be5e68056f932c99a32dd5f5fa11f33acc8382 Mon Sep 17 00:00:00 2001 From: David Yell Date: Thu, 10 Jul 2014 10:46:48 +0100 Subject: [PATCH] Update Model.php Fixed the case on the link to the book, to match the anchor in the page. --- lib/Cake/Model/Model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Model/Model.php b/lib/Cake/Model/Model.php index 864c062cc..5207f406e 100644 --- a/lib/Cake/Model/Model.php +++ b/lib/Cake/Model/Model.php @@ -107,7 +107,7 @@ class Model extends Object implements CakeEventListener { * The name of the primary key field for this model. * * @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;