Skip to content
Snippets Groups Projects
Commit 13763739 authored by xamgore's avatar xamgore
Browse files

Model::factory method marked as deprecated

parent f691951b
Branches
No related merge requests found
...@@ -17,6 +17,7 @@ abstract class Kohana_Model { ...@@ -17,6 +17,7 @@ abstract class Kohana_Model {
* *
* @param string $name model name * @param string $name model name
* @return Model * @return Model
* @deprecated don't use it in the project!
*/ */
public static function factory($name) public static function factory($name)
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment