Skip to content

Commit 95c222d

Browse files
authored
Merge pull request #4 from librarianphp/fix-footer-issue
Fixing issue that repeated page after footer
2 parents 5f48d55 + 5471605 commit 95c222d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Command/Web/IndexController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public function handle(): void
2727
]));
2828

2929
$response->output();
30+
return;
3031
}
3132
}
3233

0 commit comments

Comments
 (0)