Revert "Fix PortsFdb > Ipv4Mac relationship (#15822)" (#15827)

This reverts commit 8d7c1765b2.
This commit is contained in:
Jellyfrog
2024-02-14 14:06:41 +01:00
committed by GitHub
parent 07ba563ed2
commit fed0a7b3d6
4 changed files with 65 additions and 132 deletions

View File

@@ -6,8 +6,6 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
class Ipv4Mac extends PortRelatedModel
{
use \Awobaz\Compoships\Compoships;
protected $table = 'ipv4_mac';
public $timestamps = false;