summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-07-18 16:47:11 +0000
committerAndrew Dolgov <[email protected]>2024-07-18 16:47:11 +0000
commit71c0d319aa6f71d0f04f54a0a9f7db552a47f908 (patch)
treef997f3137beb859fcb46fab59b00be417de03d64
parent8f20c1a7cadeaa3a16d742c01d03146b9a3776b1 (diff)
parent6e715bc154ec589523666cb35972e96231c6075d (diff)
Merge branch 'bugfix/add-sessions-to-autoloader' into 'master'
Add the 'Sessions' class to the autoloader. See merge request tt-rss/tt-rss!48
-rw-r--r--vendor/composer/autoload_classmap.php1
-rw-r--r--vendor/composer/autoload_static.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php
index fe365b6bd..146397de4 100644
--- a/vendor/composer/autoload_classmap.php
+++ b/vendor/composer/autoload_classmap.php
@@ -1935,6 +1935,7 @@ return array(
'SebastianBergmann\\Version' => $vendorDir . '/sebastian/version/src/Version.php',
'SensitiveParameter' => $vendorDir . '/symfony/polyfill-php82/Resources/stubs/SensitiveParameter.php',
'SensitiveParameterValue' => $vendorDir . '/symfony/polyfill-php82/Resources/stubs/SensitiveParameterValue.php',
+ 'Sessions' => $baseDir . '/classes/Sessions.php',
'Soundasleep\\Html2Text' => $vendorDir . '/soundasleep/html2text/src/Html2Text.php',
'Soundasleep\\Html2TextException' => $vendorDir . '/soundasleep/html2text/src/Html2TextException.php',
'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php
index fb4c716b0..01b876b58 100644
--- a/vendor/composer/autoload_static.php
+++ b/vendor/composer/autoload_static.php
@@ -2266,6 +2266,7 @@ class ComposerStaticInit19fc2ff1c0f9a92279c7979386bb2056
'SebastianBergmann\\Version' => __DIR__ . '/..' . '/sebastian/version/src/Version.php',
'SensitiveParameter' => __DIR__ . '/..' . '/symfony/polyfill-php82/Resources/stubs/SensitiveParameter.php',
'SensitiveParameterValue' => __DIR__ . '/..' . '/symfony/polyfill-php82/Resources/stubs/SensitiveParameterValue.php',
+ 'Sessions' => __DIR__ . '/../..' . '/classes/Sessions.php',
'Soundasleep\\Html2Text' => __DIR__ . '/..' . '/soundasleep/html2text/src/Html2Text.php',
'Soundasleep\\Html2TextException' => __DIR__ . '/..' . '/soundasleep/html2text/src/Html2TextException.php',
'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',