Commit 2caa1ca3533df729afc789ec6b74b26e5abec5e9

Authored by Yarik
1 parent c9175cf1

Artbox great prepairings

Showing 2 changed files with 3 additions and 4 deletions   Show diff stats
controllers/ArticleController.php
@@ -212,7 +212,7 @@ @@ -212,7 +212,7 @@
212 * 212 *
213 * @param integer $id 213 * @param integer $id
214 * 214 *
215 -*@return Article the loaded model 215 + * @return Article the loaded model
216 * @throws NotFoundHttpException if the model cannot be found 216 * @throws NotFoundHttpException if the model cannot be found
217 */ 217 */
218 protected function findModel($id) 218 protected function findModel($id)
models/Article.php
@@ -14,9 +14,8 @@ @@ -14,9 +14,8 @@
14 14
15 /** 15 /**
16 * This is the model class for table "blog_article". 16 * This is the model class for table "blog_article".
17 -  
18 -*  
19 -*@property integer $id 17 + *
  18 + * @property integer $id
20 * @property Image $image 19 * @property Image $image
21 * @property integer $created_at 20 * @property integer $created_at
22 * @property integer $updated_at 21 * @property integer $updated_at