mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-06-09 11:36:46 +08:00
add address backend
This commit is contained in:
13
app/Data/Server/MacAddressData.php
Normal file
13
app/Data/Server/MacAddressData.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Convoy\Data\Server;
|
||||
|
||||
use Spatie\LaravelData\Data;
|
||||
|
||||
class MacAddressData extends Data
|
||||
{
|
||||
public function __construct(
|
||||
public ?string $proxmox,
|
||||
public ?string $eloquent,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user