mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix PortsFdb > Ipv4Mac relationship (#15822)
This commit is contained in:
@@ -6,6 +6,8 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
|
||||
class Ipv4Mac extends PortRelatedModel
|
||||
{
|
||||
use \Awobaz\Compoships\Compoships;
|
||||
|
||||
protected $table = 'ipv4_mac';
|
||||
public $timestamps = false;
|
||||
|
||||
|
Reference in New Issue
Block a user