mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 11:46:47 +00:00
🛠️ Add delete functionality for services with confirmation modal and extend creator name display limit to 20 characters
This commit is contained in:
@@ -19,7 +19,8 @@ class SelfHostedServiceFactory extends Factory
|
||||
$name = $this->faker->unique()->company();
|
||||
|
||||
return [
|
||||
'created_by' => $this->faker->optional()->numberBetween(1,9),
|
||||
// 'created_by' => $this->faker->optional()->numberBetween(1,9),
|
||||
'created_by' => 750,
|
||||
'name' => $name,
|
||||
'slug' => str($name)->slug(),
|
||||
'intro' => $this->faker->optional()->paragraph(),
|
||||
|
||||
Reference in New Issue
Block a user