diff --git a/src/Module/Profiler/Struct/Profile.php b/src/Module/Profiler/Struct/Profile.php index b9052276..e81f21af 100644 --- a/src/Module/Profiler/Struct/Profile.php +++ b/src/Module/Profiler/Struct/Profile.php @@ -31,6 +31,7 @@ final class Profile implements \JsonSerializable { public Peaks $peaks; + public Tree $calls; /**