mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
drop dependency to bensampo/laravel-enum (#120)
This commit is contained in:
@ -11,7 +11,7 @@ public function definition(): array
|
||||
{
|
||||
return [
|
||||
'profile' => $this->faker->word(),
|
||||
'provider' => $this->faker->randomElement(\App\Enums\StorageProvider::getValues()),
|
||||
'provider' => $this->faker->randomElement(config('core.storage_providers')),
|
||||
'credentials' => [
|
||||
'token' => 'test-token',
|
||||
],
|
||||
|
Reference in New Issue
Block a user