Skip to content

Commit

Permalink
Adding version information in the Tpay configuration view
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Aug 5, 2024
1 parent 5863bd5 commit b5ef61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Provider/ConfigurationProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ private function getApisVersions(): array

if (true === method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders')) {
$vendorDir = array_keys(ClassLoader::getRegisteredLoaders())[0];
$installed = $vendorDir . '/composer/installed.php';
$installed = $vendorDir.'/composer/installed.php';

if (false === file_exists($installed)) {
return $apiVersions;
Expand Down

0 comments on commit b5ef61b

Please sign in to comment.