mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-27 08:00:54 +03:00
@@ -18,8 +18,8 @@ interface UserRepositoryInterface extends RepositoryInterface, SearchableInterfa
|
||||
/**
|
||||
* Return all matching models for a user in a format that can be used for dropdowns.
|
||||
*
|
||||
* @param string $query
|
||||
* @param string|null $query
|
||||
* @return \Illuminate\Support\Collection
|
||||
*/
|
||||
public function filterUsersByQuery(string $query): Collection;
|
||||
public function filterUsersByQuery(?string $query): Collection;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user