From 137637393659b3d909706ca92fdb150771567728 Mon Sep 17 00:00:00 2001
From: xamgore <xamgore@ya.ru>
Date: Mon, 9 Mar 2015 22:46:41 +0300
Subject: [PATCH] Model::factory method marked as deprecated

---
 ~dev_rating/system/classes/Kohana/Model.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/~dev_rating/system/classes/Kohana/Model.php b/~dev_rating/system/classes/Kohana/Model.php
index 995dde21f..34d3a802b 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)
 	{
-- 
GitLab