]> BookStack Code Mirror - bookstack/blobdiff - database/factories/Actions/WebhookFactory.php
Addressed a range of deprecation warnings
[bookstack] / database / factories / Actions / WebhookFactory.php
index 662f64f8bc90a5856f1b9c3ec2ffd4ba700ad70a..c7393b32c53d01344c7fbbe314223c105f4ff23d 100644 (file)
@@ -18,7 +18,7 @@ class WebhookFactory extends Factory
     {
         return [
             'name'     => 'My webhook for ' . $this->faker->country(),
-            'endpoint' => $this->faker->url,
+            'endpoint' => $this->faker->url(),
             'active'   => true,
             'timeout'  => 3,
         ];