Class "Member" not found (View: /home/new/public_html/resources/views/web/components/last-comments.blade.php)storage/framework/views/78cee1445a5a42574769f58e4670bb44.php#65Illuminate\View\ViewException
62
63
64
65
66
67
68
69
<?php$userCacheKey = "user_{$comment->user_id}";
$username = Cache::store('redis')->remember($userCacheKey, $cacheTime, function () use ($comment) {
returnMember::where('id', $comment->user_id)->pluck('name')->first();
});
?>
<a class="name" href="#"><?phpechoe($username); ?></a>