added actions back to mutation single
This commit is contained in:
@@ -81,9 +81,14 @@ class MutationController extends Controller
|
||||
|
||||
$dynamic->load('participants');
|
||||
|
||||
$user = $request->user();
|
||||
|
||||
return inertia('Mutations/Show', [
|
||||
'mutation' => $mutation,
|
||||
'dynamic' => $dynamic,
|
||||
'can' => [
|
||||
'update' => $user->can('update', $dynamic),
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user