From 5852ccedf72f41e729e5337a257ac93488336dc5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 22 Feb 2022 18:29:32 +0100 Subject: [PATCH] wip #5120 --- src/Index.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Index.php b/src/Index.php index 4086489..6dfc818 100644 --- a/src/Index.php +++ b/src/Index.php @@ -18,10 +18,6 @@ class Index implements ShouldQueue, ShouldBeUnique /** @var Document[] */ protected $documents = []; - /** - * @var string - */ - protected $varname = 'documents'; /** * @var string -- 2.39.5