mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 06:26:16 +00:00
API Feature (#334)
This commit is contained in:
@ -14,6 +14,7 @@ public function definition(): array
|
||||
{
|
||||
return [
|
||||
'access_token' => Str::random(10),
|
||||
'provider' => \App\Enums\SourceControl::GITHUB,
|
||||
'profile' => $this->faker->name,
|
||||
'project_id' => null,
|
||||
];
|
||||
|
Reference in New Issue
Block a user