- add CV management
This commit is contained in:
		| @@ -28,13 +28,15 @@ class CreateCV extends Command | ||||
|  | ||||
|         CV::query() | ||||
|             ->create([ | ||||
|                 // 'slug' => Str::ra, | ||||
|                 'token' => Str::random(50), | ||||
|                 'recipient' => $recipient, | ||||
|                 'email' => $email, | ||||
|                 'phone-number' => $phone, | ||||
|                 'phone_number' => $phone, | ||||
|                 'locations' => $locations, | ||||
|             ]); | ||||
|  | ||||
|         $this->info('Created!'); | ||||
|  | ||||
|         return CommandAlias::SUCCESS; | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user