Chris
6 years ago
3 changed files with 35 additions and 2 deletions
@ -0,0 +1,10 @@ |
|||
<?php |
|||
|
|||
namespace App; |
|||
|
|||
use Illuminate\Database\Eloquent\Relations\Pivot; |
|||
|
|||
class ItemTag extends Pivot |
|||
{ |
|||
|
|||
} |
Loading…
Reference in new issue