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 212 *
213 213 * @param integer $id
214 214 *
215   -*@return Article the loaded model
  215 + * @return Article the loaded model
216 216 * @throws NotFoundHttpException if the model cannot be found
217 217 */
218 218 protected function findModel($id)
... ...
models/Article.php
... ... @@ -14,9 +14,8 @@
14 14  
15 15 /**
16 16 * This is the model class for table "blog_article".
17   -
18   -*
19   -*@property integer $id
  17 + *
  18 + * @property integer $id
20 19 * @property Image $image
21 20 * @property integer $created_at
22 21 * @property integer $updated_at
... ...