updated so many things, my bad

This commit is contained in:
2022-06-22 10:47:22 -06:00
parent 938e1f8c96
commit 6cf7a5e3d1
22 changed files with 1513 additions and 663 deletions

View File

@ -37,7 +37,7 @@ class ResetPassword extends Command
*
* @return int
*/
public function handle()
public function handle(): int
{
$id = $this->option('id');
$email = $this->option('email');