We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1a86b commit 72a8032Copy full SHA for 72a8032
1 file changed
src/helpers.php
@@ -32,7 +32,7 @@ function bootloader(?string $basePath = null): ApplicationBuilder
32
33
$app = $bootloader->create();
34
35
- do_action(Log::WP_ACTION_SET_LOGGER, $app->make('log'));
+ do_action(Log::WP_ACTION_SET_LOGGER, $app->make('log'));
36
37
return $bootloader;
38
}
0 commit comments