1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-24 20:02:35 +01:00

Fixed view path

This commit is contained in:
Dan Brown 2020-12-31 17:27:23 +00:00
parent 8833b5bc3b
commit da9083bf1f
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -26,6 +26,6 @@ class UserSearchController extends Controller
}
$users = $query->get();
return view('form.user-select-list', compact('users'));
return view('components.user-select-list', compact('users'));
}
}