I'm using L5.2 on PHP7. There are 4 nodes(categories) on the root level. ``` $category = Category::find($id); // finding 2nd node. $category->down(); ``` $category->down() returns true, but all rows on category table doesn't change at all.