Skip to content

Commit

Permalink
Merge pull request #3 from thejoshualewis/hotfix/mg2-guidelines
Browse files Browse the repository at this point in the history
final mg2 standards updates
  • Loading branch information
thejoshualewis committed Apr 11, 2019
2 parents 3e03dc0 + e89d8ef commit f569ff5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/Bitpay/BPCheckout/vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

class ComposerStaticInit3b6f58ae51920ebef1a3fc22a952ae98
{
private $reg = __DIR__ . '/../..' . '/registration.php';

public static $files = array (
'b3f59f562d366a2c552dd1bc74c8a65b' => $reg
'b3f59f562d366a2c552dd1bc74c8a65b' => __DIR__ . '/../..' . '/registration.php'
);

public static $prefixLengthsPsr4 = array (
Expand All @@ -24,6 +24,7 @@ class ComposerStaticInit3b6f58ae51920ebef1a3fc22a952ae98
0 => __DIR__ . '/../..' . '/',
),
);


public static function getInitializer(ClassLoader $loader)
{
Expand Down

0 comments on commit f569ff5

Please sign in to comment.