diff --git a/~dev_rating/system/classes/Kohana/Model.php b/~dev_rating/system/classes/Kohana/Model.php
index 995dde21fdf724bbe621288b03caaf4a20ea0898..34d3a802b23ead1a553b1d384f37954604cc7eb0 100644
--- a/~dev_rating/system/classes/Kohana/Model.php
+++ b/~dev_rating/system/classes/Kohana/Model.php
@@ -17,6 +17,7 @@ abstract class Kohana_Model {
 	 *
 	 * @param   string  $name   model name
 	 * @return  Model
+	 * @deprecated don't use it in the project!
 	 */
 	public static function factory($name)
 	{