| 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/DeletesUsers.php |
<?php
namespace Laravel\Jetstream\Contracts;
interface DeletesUsers
{
/**
* Delete the given user.
*
* @param mixed $user
* @return void
*/
public function delete($user);
}