Skip to content

Commit

Permalink
Release v4.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 31, 2022
1 parent 2911654 commit 41b1c37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Config/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Config;

use CodeIgniter\Log\Handlers\FileHandler;
use CodeIgniter\Config\BaseConfig;
use CodeIgniter\Log\Handlers\FileHandler;

class Logger extends BaseConfig
{
Expand Down
4 changes: 2 additions & 2 deletions app/Views/errors/html/error_exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@

<?php endif; ?>

<?php $headers = $request->getHeaders(); ?>
<?php $headers = $request->headers(); ?>
<?php if (! empty($headers)) : ?>

<h3>Headers</h3>
Expand Down Expand Up @@ -318,7 +318,7 @@
</tr>
</table>

<?php $headers = $response->getHeaders(); ?>
<?php $headers = $response->headers(); ?>
<?php if (! empty($headers)) : ?>
<?php natsort($headers) ?>

Expand Down

0 comments on commit 41b1c37

Please sign in to comment.