From 94415c6b14a162d883dca5e485e01097a8c55f10 Mon Sep 17 00:00:00 2001 From: Ollie Read Date: Fri, 15 Nov 2024 10:11:12 +0000 Subject: [PATCH] refactor: Remove the bootstrapping hook as it'll realistically never be hit --- src/Support/ResolutionHook.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Support/ResolutionHook.php b/src/Support/ResolutionHook.php index a5c0035..f030bb7 100644 --- a/src/Support/ResolutionHook.php +++ b/src/Support/ResolutionHook.php @@ -13,11 +13,6 @@ */ enum ResolutionHook { - /** - * During the bootstrapping fo Laravel - */ - case Bootstrapping; - /** * During the booting of service providers */