Skip to content

Commit 0d1422a

Browse files
committed
Fix for version 2.2.0 with include autoloader
1 parent 8b0013d commit 0d1422a

File tree

8 files changed

+596
-0
lines changed

8 files changed

+596
-0
lines changed

vendor/autoload.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
// autoload.php @generated by Composer
4+
5+
require_once __DIR__ . '/composer/autoload_real.php';
6+
7+
return ComposerAutoloaderInitfab6881b855981328ce7846d0605a2ca::getLoader();

0 commit comments

Comments
 (0)