| Current Path : /var/www/html/edd.sumar.com.py/vendor/laravel/jetstream/src/Contracts/ |
| Current File : /var/www/html/edd.sumar.com.py/vendor/laravel/jetstream/src/Contracts/DeletesTeams.php |
<?php
namespace Laravel\Jetstream\Contracts;
interface DeletesTeams
{
/**
* Delete the given team.
*
* @param mixed $team
* @return void
*/
public function delete($team);
}