Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pierophp committed Jan 11, 2022
1 parent 97dd66f commit a1c35d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Laravel/CreateStackdriverLogger.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

namespace CodeInternetApplications\MonologStackdriver\Laravel;
namespace BeyoungLabs\MonologStackdriver\Laravel;

use Monolog\Logger;
use CodeInternetApplications\MonologStackdriver\StackdriverHandler;
use BeyoungLabs\MonologStackdriver\StackdriverHandler;

class CreateStackdriverLogger
{
Expand Down
2 changes: 1 addition & 1 deletion src/StackdriverHandler.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace CodeInternetApplications\MonologStackdriver;
namespace BeyoungLabs\MonologStackdriver;

use Monolog\Logger;
use Monolog\Formatter\LineFormatter;
Expand Down

0 comments on commit a1c35d3

Please sign in to comment.