Skip to content

Commit

Permalink
amended psr-4 namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrah87 committed Apr 28, 2022
1 parent 1f19b8c commit dfb6f95
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 @@ -15,7 +15,7 @@
},
"autoload": {
"psr-4": {
"Kayrah87\\ShortcutApi\\": "src/"
"Kayrah87\\": "src/"
}
}
}
2 changes: 1 addition & 1 deletion src/Shortcut.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace kayrah87\ShortcutApi;
namespace kayrah87;

use GuzzleHttp\Client;

Expand Down

0 comments on commit dfb6f95

Please sign in to comment.