| 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/CreatesTeams.php |
<?php
namespace Laravel\Jetstream\Contracts;
interface CreatesTeams
{
/**
* Validate and create a new team for the given user.
*
* @param mixed $user
* @param array $input
* @return mixed
*/
public function create($user, array $input);
}