diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-07-06 21:16:56 +0200 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-07-06 21:18:35 +0200 |
commit | f9a989fe1b0944b9b7d896b23544522fd42c4fd7 (patch) | |
tree | d0d46ca14527d3490de63c0749707fc40ec30119 /vendor/autoload.php | |
parent | b16e4c558ffb47d2b48f0dab97e4389c9198f831 (diff) | |
download | volse-hubzilla-f9a989fe1b0944b9b7d896b23544522fd42c4fd7.tar.gz volse-hubzilla-f9a989fe1b0944b9b7d896b23544522fd42c4fd7.tar.bz2 volse-hubzilla-f9a989fe1b0944b9b7d896b23544522fd42c4fd7.zip |
Add optimize-autoloader to composer config.
Diffstat (limited to 'vendor/autoload.php')
-rw-r--r-- | vendor/autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/autoload.php b/vendor/autoload.php index 063a1b7e1..8b4926c3d 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -2,6 +2,6 @@ // autoload.php @generated by Composer -require_once __DIR__ . '/composer' . '/autoload_real.php'; +require_once __DIR__ . '/composer/autoload_real.php'; return ComposerAutoloaderInit7b34d7e50a62201ec5d5e526a5b8b35d::getLoader(); |