mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Addition of repository to ease testing and maintainability
This commit is contained in:
@@ -103,7 +103,7 @@ class User extends Model implements AuthenticatableContract, AuthorizableContrac
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $searchable = [
|
||||
protected $searchableColumns = [
|
||||
'email' => 10,
|
||||
'username' => 9,
|
||||
'name_first' => 6,
|
||||
|
||||
Reference in New Issue
Block a user