Przeglądaj źródła

Edited doc/tree.md via GitHub

Leevi Graham 14 lat temu
rodzic
commit
642d164af5
1 zmienionych plików z 1 dodań i 1 usunięć
  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;    
         }