コード例 #1
0
 public function index()
 {
     $users = $this->userRepository->getUserPost();
     return view('users.index', compact('users'));
 }