mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-05 18:04:33 +08:00
Fixed view path
This commit is contained in:
@ -26,6 +26,6 @@ class UserSearchController extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
$users = $query->get();
|
$users = $query->get();
|
||||||
return view('form.user-select-list', compact('users'));
|
return view('components.user-select-list', compact('users'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user