Skip to content

Commit 000c71c

Browse files
committed
Make App::addDebugData method public
1 parent 662a720 commit 000c71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ public static function isDebugging() : bool
14591459
* @param float $start Microtime right before setting up the service
14601460
* @param float $end Microtime right after setting up the service
14611461
*/
1462-
protected static function addDebugData(
1462+
public static function addDebugData(
14631463
string $service,
14641464
string $instance,
14651465
float $start,

0 commit comments

Comments
 (0)