File Manager

Path: /home/liffinac1/domains/bank.stellerpay.ca/public_html/vendor/laravel/jetstream/src/

Viewing File: 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';
}