[L6] Break search functionality without breaking the entire app
This commit is contained in:
parent
c97461d602
commit
5b4a65a60c
6 changed files with 41 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue