Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

autoload_static.php 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit323e29de329e7997b392d7e99791cd8b
  5. {
  6. public static $files = array (
  7. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  8. '72579e7bd17821bb1321b87411366eae' => __DIR__ . '/..' . '/illuminate/support/helpers.php',
  9. '3a37ebac017bc098e9a86b35401e7a68' => __DIR__ . '/..' . '/mongodb/mongodb/src/functions.php',
  10. );
  11. public static $prefixLengthsPsr4 = array (
  12. 'S' =>
  13. array (
  14. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  15. 'Symfony\\Contracts\\' => 18,
  16. 'Symfony\\Component\\Translation\\' => 30,
  17. ),
  18. 'P' =>
  19. array (
  20. 'Psr\\SimpleCache\\' => 16,
  21. 'Psr\\Container\\' => 14,
  22. ),
  23. 'M' =>
  24. array (
  25. 'MongoDB\\' => 8,
  26. ),
  27. 'I' =>
  28. array (
  29. 'Illuminate\\Support\\' => 19,
  30. 'Illuminate\\Events\\' => 18,
  31. 'Illuminate\\Database\\' => 20,
  32. 'Illuminate\\Contracts\\' => 21,
  33. 'Illuminate\\Container\\' => 21,
  34. ),
  35. 'D' =>
  36. array (
  37. 'Doctrine\\Common\\Inflector\\' => 26,
  38. ),
  39. 'C' =>
  40. array (
  41. 'Carbon\\' => 7,
  42. ),
  43. );
  44. public static $prefixDirsPsr4 = array (
  45. 'Symfony\\Polyfill\\Mbstring\\' =>
  46. array (
  47. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  48. ),
  49. 'Symfony\\Contracts\\' =>
  50. array (
  51. 0 => __DIR__ . '/..' . '/symfony/contracts',
  52. ),
  53. 'Symfony\\Component\\Translation\\' =>
  54. array (
  55. 0 => __DIR__ . '/..' . '/symfony/translation',
  56. ),
  57. 'Psr\\SimpleCache\\' =>
  58. array (
  59. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  60. ),
  61. 'Psr\\Container\\' =>
  62. array (
  63. 0 => __DIR__ . '/..' . '/psr/container/src',
  64. ),
  65. 'MongoDB\\' =>
  66. array (
  67. 0 => __DIR__ . '/..' . '/mongodb/mongodb/src',
  68. ),
  69. 'Illuminate\\Support\\' =>
  70. array (
  71. 0 => __DIR__ . '/..' . '/illuminate/support',
  72. ),
  73. 'Illuminate\\Events\\' =>
  74. array (
  75. 0 => __DIR__ . '/..' . '/illuminate/events',
  76. ),
  77. 'Illuminate\\Database\\' =>
  78. array (
  79. 0 => __DIR__ . '/..' . '/illuminate/database',
  80. ),
  81. 'Illuminate\\Contracts\\' =>
  82. array (
  83. 0 => __DIR__ . '/..' . '/illuminate/contracts',
  84. ),
  85. 'Illuminate\\Container\\' =>
  86. array (
  87. 0 => __DIR__ . '/..' . '/illuminate/container',
  88. ),
  89. 'Doctrine\\Common\\Inflector\\' =>
  90. array (
  91. 0 => __DIR__ . '/..' . '/doctrine/inflector/lib/Doctrine/Common/Inflector',
  92. ),
  93. 'Carbon\\' =>
  94. array (
  95. 0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon',
  96. ),
  97. );
  98. public static $prefixesPsr0 = array (
  99. 'J' =>
  100. array (
  101. 'Jenssegers\\Mongodb' =>
  102. array (
  103. 0 => __DIR__ . '/..' . '/jenssegers/mongodb/src',
  104. ),
  105. ),
  106. );
  107. public static function getInitializer(ClassLoader $loader)
  108. {
  109. return \Closure::bind(function () use ($loader) {
  110. $loader->prefixLengthsPsr4 = ComposerStaticInit323e29de329e7997b392d7e99791cd8b::$prefixLengthsPsr4;
  111. $loader->prefixDirsPsr4 = ComposerStaticInit323e29de329e7997b392d7e99791cd8b::$prefixDirsPsr4;
  112. $loader->prefixesPsr0 = ComposerStaticInit323e29de329e7997b392d7e99791cd8b::$prefixesPsr0;
  113. }, null, ClassLoader::class);
  114. }
  115. }