🐛 修复 BUG

This commit is contained in:
Wisp X
2022-02-17 11:11:07 +08:00
parent 93f7e111ba
commit 0b75785b5e
@@ -22,6 +22,7 @@ class GalleryController extends Controller
{
$images = Image::query()
->with('user')
->whereNotNull('user_id')
->where('is_unhealthy', false)
->where('permission', ImagePermission::Public)
->latest()