We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df89ed commit d190434Copy full SHA for d190434
1 file changed
app/Views/errors/html/error_404.php
@@ -73,7 +73,7 @@
73
<h1>404 - File Not Found</h1>
74
75
<p>
76
- <?php if (! empty($message) && $message !== '(null)') : ?>
+ <?php if (ENVIRONMENT !== 'production') : ?>
77
<?= nl2br(esc($message)) ?>
78
<?php else : ?>
79
Sorry! Cannot seem to find the page you were looking for.
0 commit comments