File "Membership.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/laravel/jetstream/src/Membership.php
File size: 260 bytes
MIME-type: text/x-php
Charset: utf-8

<?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';
}