Skip to content

Commit d84ac79

Browse files
authored
Merge pull request #76 from geekwright/fix-backtrace
Fix backtrace
2 parents beefd06 + 2f53475 commit d84ac79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Debug.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ public static function dump($data = null)
6969
*/
7070
public static function backtrace()
7171
{
72-
static::dump(debug_backtrace());
72+
static::doOnce();
73+
static::trace();
7374
}
7475

7576
/**

0 commit comments

Comments
 (0)