Skip to content

Commit ff8dc6b

Browse files
committed
2 parents ce3488c + 84f012f commit ff8dc6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require_once __DIR__ . "/../vendor/autoload.php";
1010

1111
use Symfony\Component\Console\Application;
1212

13-
use AdamReece\GitlabCeLdapSync\LdapSyncCommand;
13+
use AdamReece\GitLabCeLdapSync\LdapSyncCommand;
1414

1515
$app = new Application();
1616
$app->add(new LdapSyncCommand());

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"autoload": {
3131
"psr-4": {
32-
"AdamReece\\GitLabCeLdapGroupSync\\": "src"
32+
"AdamReece\\GitLabCeLdapSync\\": "src"
3333
},
3434
"classmap": ["src"]
3535
},

0 commit comments

Comments
 (0)