Sindbad~EG File Manager

Current Path : /var/www/html/eva.sumar.com.py/vendor/laravel/jetstream/src/
Upload File :
Current File : /var/www/html/eva.sumar.com.py/vendor/laravel/jetstream/src/TeamInvitation.php

<?php

namespace Laravel\Jetstream;

use Illuminate\Database\Eloquent\Model;

class TeamInvitation extends Model
{
    /**
     * The attributes that are mass assignable.
     *
     * @var array
     */
    protected $fillable = [
        'email',
        'role',
    ];

    /**
     * Get the team that the invitation belongs to.
     *
     * @return \Illuminate\Database\Eloquent\Relations\BelongsTo
     */
    public function team()
    {
        return $this->belongsTo(Jetstream::teamModel());
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists