From 13d31845f41b752946881aa0fae1142f9b00f469 Mon Sep 17 00:00:00 2001 From: Marc Jauvin Date: Sun, 17 Nov 2024 09:21:02 -0500 Subject: [PATCH] update property signature to match Laravel --- src/Config/Repository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config/Repository.php b/src/Config/Repository.php index 719802dfe..04249f97b 100644 --- a/src/Config/Repository.php +++ b/src/Config/Repository.php @@ -31,7 +31,7 @@ class Repository extends BaseRepository implements ArrayAccess, RepositoryContra /** * All of the configuration items. * - * @var array + * @var array */ protected $items = [];