X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/04f37e21e2d1552ed537b35faba37ec53971a5bc..refs/pull/3918/head:/app/Actions/WebhookTrackedEvent.php diff --git a/app/Actions/WebhookTrackedEvent.php b/app/Actions/WebhookTrackedEvent.php index 6289581a2..28b3a366d 100644 --- a/app/Actions/WebhookTrackedEvent.php +++ b/app/Actions/WebhookTrackedEvent.php @@ -12,7 +12,7 @@ use Illuminate\Database\Eloquent\Model; */ class WebhookTrackedEvent extends Model { - protected $fillable = ['event']; - use HasFactory; + + protected $fillable = ['event']; }