Skip to content

Commit

Permalink
Update app/Http/Controllers/SettingsController.php
Browse files Browse the repository at this point in the history
Co-authored-by: Krzysztof Nizioł <[email protected]>
  • Loading branch information
khalilJayab and kniziol authored Oct 6, 2023
1 parent 1cd2dd4 commit 4c5e169
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/SettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ public function deleteTag($tagId)
*
* @return \Illuminate\Http\RedirectResponse
*/

public function editTag(Tag $tag, Request $request): RedirectResponse
{
$validator = Validator::make($request->all(), [
Expand Down

0 comments on commit 4c5e169

Please sign in to comment.