Skip to content

Commit

Permalink
change namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JurriaanK committed Nov 16, 2021
1 parent 375a745 commit 6f96b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Handles Appsero licenses for Gravity Forms Addons",
"autoload": {
"psr-4": {
"GravityWP\\LicenseHandler\\": "src/"
"LicenseHandler\\": "src/"
}
},
"require": {
Expand Down
2 changes: 1 addition & 1 deletion src/LicenseHandler.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace GravityWP;
namespace GravityWP\LicenseHandler;

use GFCommon;
use Gravity_Forms\Gravity_Forms\Messages;
Expand Down

0 comments on commit 6f96b20

Please sign in to comment.