Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/talentorbit.codeskitter.site/vendor/laravel/jetstream/src/
Upload File :
Current File : /home/users/unlimited/www/talentorbit.codeskitter.site/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';
}