mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 22:03:44 +02:00
add missing field to Node.php comment
This commit is contained in:
@@ -35,6 +35,7 @@ use Illuminate\Contracts\Encryption\Encrypter;
|
||||
* @property \Pterodactyl\Models\Mount[]|\Illuminate\Database\Eloquent\Collection $mounts
|
||||
* @property \Pterodactyl\Models\Server[]|\Illuminate\Database\Eloquent\Collection $servers
|
||||
* @property \Pterodactyl\Models\Allocation[]|\Illuminate\Database\Eloquent\Collection $allocations
|
||||
* @property \Pterodactyl\Models\DatabaseHost $databaseHost
|
||||
*/
|
||||
class Node extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user