Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 799b29c

Browse files
authored
fix typo in readme
1 parent 1bb35ee commit 799b29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ use App\Features\ListUsersFeature;
116116
// ...
117117
class UserController extends Controller
118118
{
119-
public function get()
119+
public function index()
120120
{
121121
return $this->serve(ListUsersFeature::class);
122122
}

0 commit comments

Comments
 (0)