| Current Path : /var/www/html/eva.sumar.com.py/vendor/laravel/jetstream/src/Contracts/ |
| Current File : /var/www/html/eva.sumar.com.py/vendor/laravel/jetstream/src/Contracts/UpdatesTeamNames.php |
<?php
namespace Laravel\Jetstream\Contracts;
interface UpdatesTeamNames
{
/**
* Validate and update the given team's name.
*
* @param mixed $user
* @param mixed $team
* @param array $input
* @return void
*/
public function update($user, $team, array $input);
}