Fix PortsFdb > Ipv4Mac relationship (#15822)

This commit is contained in:
Jellyfrog
2024-02-14 13:47:29 +01:00
committed by GitHub
parent 95cc27e696
commit 8d7c1765b2
4 changed files with 132 additions and 65 deletions

View File

@@ -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;