mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Update calls to missing function
This commit is contained in:
@@ -236,7 +236,7 @@ class ServerRepository extends EloquentRepository implements ServerRepositoryInt
|
||||
$instance->whereNotIn('id', $this->getUserAccessServers($user->id));
|
||||
}
|
||||
|
||||
return $instance->setSearchTerm($this->getSearchTerm())->paginate(25);
|
||||
return $instance->search($this->getSearchTerm())->paginate(25);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user