Skip to content

Commit 893917e

Browse files
authored
Update app.php
1 parent 8a2fed6 commit 893917e

File tree

1 file changed

+0
-5
lines changed
  • src/config/plugin/webman/log

1 file changed

+0
-5
lines changed

src/config/plugin/webman/log/app.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,12 @@
1111
],
1212
'dontReport' => [
1313
'app' => [
14-
'test',
1514
],
1615
'controller' => [
17-
Test::class,
1816
],
1917
'action' => [
20-
[Test::class, 'index'],
2118
],
2219
'path' => [
23-
'/test',
24-
'/test/echo'
2520
]
2621
]
2722
];

0 commit comments

Comments
 (0)