Skip to content

Commit

Permalink
autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine Di Gruttola committed Aug 24, 2022
1 parent 1b7b7d1 commit 587091f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ComposerStaticInitc37d6450b0d4011af3ce091ac26f26d8
public static $prefixLengthsPsr4 = array (
'c' =>
array (
'cdigruttola\\Module\\Electronicinvoicefields\\' => 45,
'cdigruttola\\Module\\Electronicinvoicefields\\' => 43,
),
);

Expand All @@ -24,7 +24,7 @@ class ComposerStaticInitc37d6450b0d4011af3ce091ac26f26d8
'Addresscustomertype' => __DIR__ . '/../..' . '/classes/Addresscustomertype.php',
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'EInvoiceAddress' => __DIR__ . '/../..' . '/classes/EInvoiceAddress.php',
'Electronicinvoicefields' => __DIR__ . '/../..',
'Electronicinvoicefields' => __DIR__ . '/../..' . '/electronicinvoicefields.php',
'cdigruttola\\Module\\Electronicinvoicefields\\Controller\\Admin\\AdminAddressCustomerTypeController' => __DIR__ . '/../..' . '/src/Controller/Admin/AdminAddressCustomerTypeController.php',
'cdigruttola\\Module\\Electronicinvoicefields\\Core\\Domain\\AddressCustomerType\\AddressCustomerTypeFormDataProvider' => __DIR__ . '/../..' . '/src/Core/Domain/AddressCustomerType/AddressCustomerTypeFormDataProvider.php',
'cdigruttola\\Module\\Electronicinvoicefields\\Core\\Domain\\AddressCustomerType\\CommandHandler\\AbstractAddressCustomerTypeHandler' => __DIR__ . '/../..' . '/src/Core/Domain/AddressCustomerType/CommandHandler/AbstractAddressCustomerTypeHandler.php',
Expand Down

0 comments on commit 587091f

Please sign in to comment.