| Current Path : /var/www/html/edd.sumar.com.py/vendor/laravel/jetstream/src/ |
| Current File : /var/www/html/edd.sumar.com.py/vendor/laravel/jetstream/src/Membership.php |
<?php
namespace Laravel\Jetstream;
use Illuminate\Database\Eloquent\Relations\Pivot;
abstract class Membership extends Pivot
{
/**
* The table associated with the pivot model.
*
* @var string
*/
protected $table = 'team_user';
}