Skip to content

Commit 6bde7c8

Browse files
committed
Comment outputting text on application before request event
1 parent f6ca858 commit 6bde7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$app = new Application(dirname(__DIR__), $config);
2626

2727
$app->on(Application::EVENT_BEFORE_REQUEST, function(){
28-
echo "Before request from second installation";
28+
// echo "Before request from second installation";
2929
});
3030

3131
$app->router->get('/', [SiteController::class, 'home']);

0 commit comments

Comments
 (0)