added source feature
This commit is contained in:
@ -42,6 +42,7 @@ class Widget extends Factory
|
||||
'dashboard_id' => $dashboard->id,
|
||||
'name' => $this->faker->text(15),
|
||||
'class' => $this->faker->randomElement($this->classes),
|
||||
'created_from' => 'factory',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user