Skip to content

Commit

Permalink
refactor: Remove the bootstrapping hook as it'll realistically never …
Browse files Browse the repository at this point in the history
…be hit
  • Loading branch information
ollieread committed Nov 15, 2024
1 parent 9c48365 commit 94415c6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Support/ResolutionHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
*/
enum ResolutionHook
{
/**
* During the bootstrapping fo Laravel
*/
case Bootstrapping;

/**
* During the booting of service providers
*/
Expand Down

0 comments on commit 94415c6

Please sign in to comment.