/user/{name}/okazu にもいいねしたユーザーのアイコンを表示する
This commit is contained in:
		@@ -165,6 +165,7 @@ SQL
 | 
			
		||||
        }
 | 
			
		||||
        $ejaculations = $query->orderBy('ejaculated_date', 'desc')
 | 
			
		||||
            ->with('tags')
 | 
			
		||||
            ->withLikes()
 | 
			
		||||
            ->paginate(20);
 | 
			
		||||
 | 
			
		||||
        return view('user.profile')->with(compact('user', 'ejaculations'));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user