Skip to content

Commit

Permalink
Make App::addDebugData method public
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Oct 16, 2024
1 parent 662a720 commit 000c71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ public static function isDebugging() : bool
* @param float $start Microtime right before setting up the service
* @param float $end Microtime right after setting up the service
*/
protected static function addDebugData(
public static function addDebugData(
string $service,
string $instance,
float $start,
Expand Down

0 comments on commit 000c71c

Please sign in to comment.