Explorar o código

Merge pull request #106 from leevigraham/patch-1

Edited doc/tree.md via GitHub
Christophe Coevoet %!s(int64=14) %!d(string=hai) anos
pai
achega
2cfe6e68a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/tree.md

+ 1 - 1
doc/tree.md

@@ -186,7 +186,7 @@ cache is activated
             return $this->title;
         }
         
-        public function setParent(Category $parent)
+        public function setParent(Category $parent = null)
         {
             $this->parent = $parent;    
         }