Skip to content

Instantly share code, notes, and snippets.

@binsky08
Created September 21, 2020 10:15
Show Gist options
  • Save binsky08/b845cdbaf0de4a54e3c748a966c4bf3d to your computer and use it in GitHub Desktop.
Save binsky08/b845cdbaf0de4a54e3c748a966c4bf3d to your computer and use it in GitHub Desktop.
PluginManager.php#L93
if (is_file(PLUGIN . $moduleName . DS . 'vendor/autoload.php')){
require PLUGIN . $moduleName . DS . 'vendor/autoload.php';
}
@binsky08
Copy link
Author

oitc-tg-pm-snippet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment