]> BookStack Code Mirror - bookstack/blobdiff - database/factories/Actions/WebhookFactory.php
Added timeout and debugging statuses to webhooks
[bookstack] / database / factories / Actions / WebhookFactory.php
index 205156793f89880b8a8e868881f4925ade5bc122..662f64f8bc90a5856f1b9c3ec2ffd4ba700ad70a 100644 (file)
@@ -20,6 +20,7 @@ class WebhookFactory extends Factory
             'name'     => 'My webhook for ' . $this->faker->country(),
             'endpoint' => $this->faker->url,
             'active'   => true,
+            'timeout'  => 3,
         ];
     }
 }