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.
1 parent 096ecd7 commit 7ea8e45Copy full SHA for 7ea8e45
src/Node.php
@@ -1172,7 +1172,7 @@ protected function getArrayableRelations()
1172
*/
1173
protected function hardDeleting()
1174
{
1175
- return static::$_softDelete and $this->forceDeleting or ! static::$_softDelete;
+ return ! static::$_softDelete or $this->forceDeleting;
1176
}
1177
1178
/**
0 commit comments