tutor
tutor copied to clipboard
Change the composer autoload path
Please change tutor.php:21 from "require_once 'vendor/autoload.php'" to "require_once plugin_dir_path(FILE) . 'vendor/autoload.php'". The original line makes sites that use composer in their root directory unable to load /tutor/classes properly. Thank you~