parent
3bb9c521c0
commit
fae5acf99f
3 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue