Skip to content

Commit bd9e3b0

Browse files
Fixed composer autoload file.
1 parent e865121 commit bd9e3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ function _get_plugin_root_dir() {
3535
return __DIR__;
3636
}
3737

38-
require_once __DIR__ . '/assets/vendor/autoload.php';
38+
require_once __DIR__ . '/vendor/autoload.php';

0 commit comments

Comments
 (0)