From 39a53fe0e2713ced77cc85cff692430d95710f36 Mon Sep 17 00:00:00 2001 From: AD7six Date: Thu, 10 May 2012 00:35:51 +0200 Subject: [PATCH] updating model bake tempalte to meet code standards --- .../Console/Templates/default/classes/model.ctp | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lib/Cake/Console/Templates/default/classes/model.ctp b/lib/Cake/Console/Templates/default/classes/model.ctp index 265aae84e..f7895da2b 100644 --- a/lib/Cake/Console/Templates/default/classes/model.ctp +++ b/lib/Cake/Console/Templates/default/classes/model.ctp @@ -45,12 +45,14 @@ class extends AppModel { */ public $useDbConfig = ''; - - /** * Primary key field @@ -60,6 +62,7 @@ if ($primaryKey !== 'id'): ?> public $primaryKey = ''; /** * Display field