over naar uuids, policies, predefined mutations aan kunnen passen
This commit is contained in:
@@ -125,6 +125,6 @@ class DynamicInvitationController extends Controller
|
||||
$invitation->delete();
|
||||
});
|
||||
|
||||
return redirect()->route('dynamics.show', $invitation->dynamic_id)->with('success', 'Successfully joined the dynamic!');
|
||||
return redirect()->route('dynamics.show', $invitation->dynamic)->with('success', 'Successfully joined the dynamic!');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user