rough category model

This commit is contained in:
snipe
2013-11-13 17:02:48 -05:00
parent 760c41896e
commit b3c85cd554
+1 -1
View File
@@ -23,7 +23,7 @@ class Category extends Eloquent {
*/
public function name()
{
return nl2br($this->content);
return nl2br($this->name);
}