© 2026 Hedgehog Software, LLC
$user = User::withoutEvents(function () { User::findOrFail(1)->delete(); return User::find(2); });