You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
788 B
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitced6a9042f97dd8b342a978ca0b1aac0
{
public static $files = array (
'c7359326b6707d98bdc176bf9ddeaebf' => __DIR__ . '/..' . '/catfan/medoo/medoo.php',
);
public static $prefixesPsr0 = array (
'A' =>
array (
'AnthonyMartin' =>
array (
0 => __DIR__ . '/..' . '/anthonymartin/geo-location/src',
),
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixesPsr0 = ComposerStaticInitced6a9042f97dd8b342a978ca0b1aac0::$prefixesPsr0;
}, null, ClassLoader::class);
}
}