Skip to content

Commit

Permalink
chore: update autoloader after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Sep 7, 2024
1 parent cc23ecc commit 2f302cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
'WPGraphQL\\Login\\Model\\User' => $baseDir . '/src/Model/User.php',
'WPGraphQL\\Login\\Mutation\\LinkUserIdentity' => $baseDir . '/src/Mutation/LinkUserIdentity.php',
'WPGraphQL\\Login\\Mutation\\Login' => $baseDir . '/src/Mutation/Login.php',
'WPGraphQL\\Login\\Mutation\\Logout' => $baseDir . '/src/Mutation/Logout.php',
'WPGraphQL\\Login\\Mutation\\RefreshToken' => $baseDir . '/src/Mutation/RefreshToken.php',
'WPGraphQL\\Login\\Mutation\\RefreshUserSecret' => $baseDir . '/src/Mutation/RefreshUserSecret.php',
'WPGraphQL\\Login\\Mutation\\RevokeUserSecret' => $baseDir . '/src/Mutation/RevokeUserSecret.php',
Expand Down
1 change: 1 addition & 0 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ class ComposerStaticInitf09a61d3ab5b17b31289d8071edb69f4
'WPGraphQL\\Login\\Model\\User' => __DIR__ . '/../..' . '/src/Model/User.php',
'WPGraphQL\\Login\\Mutation\\LinkUserIdentity' => __DIR__ . '/../..' . '/src/Mutation/LinkUserIdentity.php',
'WPGraphQL\\Login\\Mutation\\Login' => __DIR__ . '/../..' . '/src/Mutation/Login.php',
'WPGraphQL\\Login\\Mutation\\Logout' => __DIR__ . '/../..' . '/src/Mutation/Logout.php',
'WPGraphQL\\Login\\Mutation\\RefreshToken' => __DIR__ . '/../..' . '/src/Mutation/RefreshToken.php',
'WPGraphQL\\Login\\Mutation\\RefreshUserSecret' => __DIR__ . '/../..' . '/src/Mutation/RefreshUserSecret.php',
'WPGraphQL\\Login\\Mutation\\RevokeUserSecret' => __DIR__ . '/../..' . '/src/Mutation/RevokeUserSecret.php',
Expand Down
12 changes: 6 additions & 6 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?php return array(
'root' => array(
'name' => 'axepress/wp-graphql-headless-login',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '31d3e0f47b90e0b8b0920fcfa9e3e2cba02782e0',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => false,
),
'versions' => array(
'axepress/wp-graphql-headless-login' => array(
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '31d3e0f47b90e0b8b0920fcfa9e3e2cba02782e0',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit 2f302cb

Please sign in to comment.