JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour
<?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'; }