We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.