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 */