summaryrefslogtreecommitdiff
path: root/vendor/composer/autoload_static.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-01 18:36:47 +0300
committerAndrew Dolgov <[email protected]>2021-03-01 18:36:47 +0300
commitf38be747d132d754801c46ee3df15f8c27a03762 (patch)
treee5d8ad7d7e099da7e4662a5b0e504893d3d8b1b3 /vendor/composer/autoload_static.php
parentf96abd2b52b9de5eac3651594ca32c6a4023c3e3 (diff)
initial for idiorm
Diffstat (limited to 'vendor/composer/autoload_static.php')
-rw-r--r--vendor/composer/autoload_static.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php
index ac3554d3f..6f1c238b1 100644
--- a/vendor/composer/autoload_static.php
+++ b/vendor/composer/autoload_static.php
@@ -154,6 +154,11 @@ class ComposerStaticInit19fc2ff1c0f9a92279c7979386bb2056
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
+ 'IdiormMethodMissingException' => __DIR__ . '/..' . '/j4mie/idiorm/idiorm.php',
+ 'IdiormResultSet' => __DIR__ . '/..' . '/j4mie/idiorm/idiorm.php',
+ 'IdiormString' => __DIR__ . '/..' . '/j4mie/idiorm/idiorm.php',
+ 'IdiormStringException' => __DIR__ . '/..' . '/j4mie/idiorm/idiorm.php',
+ 'ORM' => __DIR__ . '/..' . '/j4mie/idiorm/idiorm.php',
);
public static function getInitializer(ClassLoader $loader)