From 038e38eac75fad1b0a64b664d55de5a05b059383 Mon Sep 17 00:00:00 2001 From: Bruno Gaspar Date: Thu, 10 Aug 2023 20:53:49 +0100 Subject: [PATCH] fix: Duplicated property Signed-off-by: Bruno Gaspar --- src/Throttling/IlluminateThrottleRepository.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Throttling/IlluminateThrottleRepository.php b/src/Throttling/IlluminateThrottleRepository.php index f54b5edb..04cf5d10 100644 --- a/src/Throttling/IlluminateThrottleRepository.php +++ b/src/Throttling/IlluminateThrottleRepository.php @@ -113,8 +113,6 @@ class IlluminateThrottleRepository implements ThrottleRepositoryInterface */ protected $model; - protected $model; - /** * Create a new Illuminate throttle repository. *