Skip to content

Commit

Permalink
Merge pull request cgauge#2 from cgauge/namespace
Browse files Browse the repository at this point in the history
Fix namespace
  • Loading branch information
deleugpn authored Dec 22, 2021
2 parents eab55a9 + b958d66 commit ba7b202
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AuroraConnector.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types=1);

namespace Customergauge\Aurora;
namespace CustomerGauge\Aurora;

use Exception;
use Illuminate\Database\Connectors\MySqlConnector;
Expand Down
2 changes: 1 addition & 1 deletion src/AuroraServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types=1);

namespace Customergauge\Aurora;
namespace CustomerGauge\Aurora;

use Illuminate\Database\Connection;
use Illuminate\Database\MySqlConnection;
Expand Down
2 changes: 1 addition & 1 deletion src/PasswordResolver.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types=1);

namespace Customergauge\Aurora;
namespace CustomerGauge\Aurora;

use Illuminate\Http\Client\Factory;

Expand Down

0 comments on commit ba7b202

Please sign in to comment.