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