Created
September 21, 2020 10:15
-
-
Save binsky08/b845cdbaf0de4a54e3c748a966c4bf3d to your computer and use it in GitHub Desktop.
PluginManager.php#L93
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (is_file(PLUGIN . $moduleName . DS . 'vendor/autoload.php')){ | |
require PLUGIN . $moduleName . DS . 'vendor/autoload.php'; | |
} |
Author
binsky08
commented
Jan 20, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment