mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
[L6] Break search functionality without breaking the entire app
This commit is contained in:
@@ -4,6 +4,7 @@ namespace Pterodactyl\Models;
|
||||
|
||||
use Schema;
|
||||
use Illuminate\Notifications\Notifiable;
|
||||
use Pterodactyl\Models\Traits\Searchable;
|
||||
use Znck\Eloquent\Traits\BelongsToThrough;
|
||||
|
||||
/**
|
||||
@@ -52,7 +53,7 @@ use Znck\Eloquent\Traits\BelongsToThrough;
|
||||
*/
|
||||
class Server extends Validable
|
||||
{
|
||||
use BelongsToThrough, Notifiable;
|
||||
use BelongsToThrough, Notifiable, Searchable;
|
||||
|
||||
/**
|
||||
* The resource name for this model when it is transformed into an
|
||||
|
||||
Reference in New Issue
Block a user