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