@@ -20,8 +20,8 @@ $events = $this->getParam('events', []);
2020 <tbody>
2121 <?php foreach ($ events as $ event ):
2222 $ pattern = $ event ['pattern ' ] ?? '' ;
23- $ description = $ event ['description ' ] ?? '' ;
24- $ model = $ event ['model ' ] ?? '' ;
23+ $ description = $ event ['$ description ' ] ?? '' ;
24+ $ model = $ event ['$ model ' ] ?? '' ;
2525 ?>
2626 <?php if (str_starts_with ($ pattern , 'bucket ' )): ?>
2727 <tr>
@@ -53,8 +53,8 @@ $events = $this->getParam('events', []);
5353 <tbody>
5454 <?php foreach ($ events as $ event ):
5555 $ pattern = $ event ['pattern ' ] ?? '' ;
56- $ description = $ event ['description ' ] ?? '' ;
57- $ model = $ event ['model ' ] ?? '' ;
56+ $ description = $ event ['$ description ' ] ?? '' ;
57+ $ model = $ event ['$ model ' ] ?? '' ;
5858 ?>
5959 <?php if (str_starts_with ($ pattern , 'databases ' )): ?>
6060 <tr>
@@ -86,8 +86,8 @@ $events = $this->getParam('events', []);
8686 <tbody>
8787 <?php foreach ($ events as $ event ):
8888 $ pattern = $ event ['pattern ' ] ?? '' ;
89- $ description = $ event ['description ' ] ?? '' ;
90- $ model = $ event ['model ' ] ?? '' ;
89+ $ description = $ event ['$ description ' ] ?? '' ;
90+ $ model = $ event ['$ model ' ] ?? '' ;
9191 ?>
9292 <?php if (str_starts_with ($ pattern , 'functions ' )): ?>
9393 <tr>
@@ -120,8 +120,8 @@ $events = $this->getParam('events', []);
120120 <tbody>
121121 <?php foreach ($ events as $ event ):
122122 $ pattern = $ event ['pattern ' ] ?? '' ;
123- $ description = $ event ['description ' ] ?? '' ;
124- $ model = $ event ['model ' ] ?? '' ;
123+ $ description = $ event ['$ description ' ] ?? '' ;
124+ $ model = $ event ['$ model ' ] ?? '' ;
125125 ?>
126126 <?php if (str_starts_with ($ pattern , 'users ' ) || str_starts_with ($ pattern , 'teams ' )): ?>
127127 <tr>
0 commit comments