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

Commit b8ee6b5

Browse files
committed
Merge branch 'master' of github.com:lucid-architecture/laravel-microservice
2 parents c6a9359 + 799b29c commit b8ee6b5

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
@@ -118,7 +118,7 @@ use App\Features\ListUsersFeature;
118118
// ...
119119
class UserController extends Controller
120120
{
121-
public function get()
121+
public function index()
122122
{
123123
return $this->serve(ListUsersFeature::class);
124124
}

0 commit comments

Comments
 (0)