Skip to content

Commit 545d1a2

Browse files
committed
Fix failing test
1 parent 6335c94 commit 545d1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/controllers/api-routes-example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ public function destroy(Request $request, Certificate $certificate)
6565
{
6666
$certificate->delete();
6767

68-
return response()->noContent(200);
68+
return response()->noContent();
6969
}
7070
}

0 commit comments

Comments
 (0)