|
$check = $this->privateProfileCheck($profile, null);
|
|
$check = $this->privateProfileCheck($profile, null);
|
|
$items = $profile->statuses()->whereIn('visibility',['public', 'unlisted'])->orderBy('created_at', 'desc')->take(10)->get();
|
|
$items = $profile->statuses()->whereIn('visibility',['public', 'unlisted'])->orderBy('created_at', 'desc')->take(10)->get();
|