# sequra/3.2.2/vendor/composer/autoload_psr4.php

seQura, version 3.2.2. 12 lines.

- Page: https://pluginprobe.com/plugins/sequra/3.2.2/code/vendor/composer/autoload_psr4.php
- Raw: https://pluginprobe.com/plugins/sequra/3.2.2/raw/vendor/composer/autoload_psr4.php
- Modified: 2024-10-29T15:19:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sequra/3.2.2/code/vendor/composer/autoload_psr4.php#L10-L20`.

```php
<?php

// autoload_psr4.php @generated by Composer

$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);

return array(
    'SeQura\\Core\\Infrastructure\\' => array($vendorDir . '/sequra/integration-core/src/Infrastructure'),
    'SeQura\\Core\\BusinessLogic\\' => array($vendorDir . '/sequra/integration-core/src/BusinessLogic'),
);

```
