]> BookStack Code Mirror - bookstack/blobdiff - app/Actions/Webhook.php
Added more complexity in an attempt to make ldap host failover fit
[bookstack] / app / Actions / Webhook.php
index 72a67ad9201f14ab38a359f0efe98d950fb19add..3ed5bb56f54b550650b0abf8e05159be85281419 100644 (file)
@@ -22,10 +22,10 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
  */
 class Webhook extends Model implements Loggable
 {
-    protected $fillable = ['name', 'endpoint', 'timeout'];
-
     use HasFactory;
 
+    protected $fillable = ['name', 'endpoint', 'timeout'];
+
     protected $casts = [
         'last_called_at'  => 'datetime',
         'last_errored_at' => 'datetime',