Skip to content

Commit

Permalink
Fix typo when use new package (#44)
Browse files Browse the repository at this point in the history
* temporary use another cloudwatch logs handler library

* update Logger.php to use new package

* fix typo when import

---------

Co-authored-by: Nguyen Vu Hung <[email protected]>
  • Loading branch information
hungnv-sr and Nguyen Vu Hung authored Aug 30, 2023
1 parent 6888018 commit a45a4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Pagevamp;

use Aws\CloudWatchLogs\CloudWatchLogsClient;
use Phpnexus\Cwh\Handler\CloudWatch;
use PhpNexus\Cwh\Handler\CloudWatch;
use Monolog\Formatter\LineFormatter;
use Pagevamp\Exceptions\IncompleteCloudWatchConfig;

Expand Down

0 comments on commit a45a4ca

Please sign in to comment.