Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
✨ Add UuidPivot class
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHemery authored Jul 9, 2019
1 parent a896b2f commit a8c4536
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/UuidPivot.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

namespace Jamesh\Uuid;

use Illuminate\Database\Eloquent\Relations\Pivot;

class UuidPivot extends Pivot
{

use HasUuid;

}

0 comments on commit a8c4536

Please sign in to comment.