Разбил на классы

This commit is contained in:
2024-08-08 13:32:27 +03:00
parent 9dffa8c5d9
commit 1f96b88ac2
13 changed files with 205 additions and 158 deletions

View File

@ -24,13 +24,18 @@ class ComposerStaticInit045658d81f6d9d3243e731dda7bf04d1
'GuzzleHttp\\Promise\\' => 19,
'GuzzleHttp\\' => 11,
),
'A' =>
array (
'App\\Library\\' => 12,
'App\\' => 4,
),
);
public static $prefixDirsPsr4 = array (
'Psr\\Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-message/src',
1 => __DIR__ . '/..' . '/psr/http-factory/src',
0 => __DIR__ . '/..' . '/psr/http-factory/src',
1 => __DIR__ . '/..' . '/psr/http-message/src',
),
'Psr\\Http\\Client\\' =>
array (
@ -48,6 +53,14 @@ class ComposerStaticInit045658d81f6d9d3243e731dda7bf04d1
array (
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
),
'App\\Library\\' =>
array (
0 => __DIR__ . '/../..' . '/app/library',
),
'App\\' =>
array (
0 => __DIR__ . '/../..' . '/app',
),
);
public static $classMap = array (