mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
- refactored user_scope to author
- added author_id for future teams implementation
This commit is contained in:
@@ -25,8 +25,8 @@ class FolderFactory extends Factory
|
||||
'id' => $this->faker->uuid,
|
||||
'user_id' => $this->faker->uuid,
|
||||
'name' => $this->faker->word,
|
||||
'user_scope' => $this->faker->randomElement(
|
||||
['master', 'editor', 'visitor']
|
||||
'author' => $this->faker->randomElement(
|
||||
['user', 'member', 'visitor']
|
||||
),
|
||||
'created_at' => $this->faker->dateTimeBetween(
|
||||
$startDate = '-36 months', $endDate = 'now', $timezone = null
|
||||
|
||||
Reference in New Issue
Block a user