Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Apr 6, 2024
1 parent 21a1268 commit 4fdad4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/MeetController.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public function update(Request $request, Meet $meet)
'meet.online' => 'Онлайн',
]);


$meet->fill($request->get('meet'));

$request->user()->meets()->save($meet);
Expand Down

0 comments on commit 4fdad4a

Please sign in to comment.