Merge branch 'develop' into feature/server-transfers-actually

This commit is contained in:
Matthew Penner
2020-04-04 16:28:02 -06:00
committed by GitHub
49 changed files with 1000 additions and 37 deletions

View File

@@ -32,9 +32,10 @@ use Pterodactyl\Models\Traits\Searchable;
* @property \Pterodactyl\Models\Server[]|\Illuminate\Database\Eloquent\Collection $servers
* @property \Pterodactyl\Models\Allocation[]|\Illuminate\Database\Eloquent\Collection $allocations
*/
class Node extends Validable
class Node extends Model
{
use Notifiable, Searchable;
use Notifiable;
use Searchable;
/**
* The resource name for this model when it is transformed into an