Remove Devug
This commit is contained in:
@@ -94,7 +94,6 @@ class PersonController extends Controller
|
|||||||
*/
|
*/
|
||||||
public function update(PersonRequest $request, Person $family)
|
public function update(PersonRequest $request, Person $family)
|
||||||
{
|
{
|
||||||
dd($request->toArray());
|
|
||||||
if (Gate::forUser(auth()->user())->allows('update-person', $family)) {
|
if (Gate::forUser(auth()->user())->allows('update-person', $family)) {
|
||||||
$personData = $request->only([
|
$personData = $request->only([
|
||||||
'owner_user_id',
|
'owner_user_id',
|
||||||
|
|||||||
Reference in New Issue
Block a user