We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a96054b + ddcd7b4 commit e030393Copy full SHA for e030393
lib/Github/Client.php
@@ -313,7 +313,7 @@ public function setEnterpriseUrl($enterpriseUrl)
313
*
314
* @param Plugin $plugin
315
*/
316
- protected function addPlugin(Plugin $plugin)
+ public function addPlugin(Plugin $plugin)
317
{
318
$this->plugins[] = $plugin;
319
$this->httpClientModified = true;
@@ -324,7 +324,7 @@ protected function addPlugin(Plugin $plugin)
324
325
* @param string $fqcn
326
327
- protected function removePlugin($fqcn)
+ public function removePlugin($fqcn)
328
329
foreach ($this->plugins as $idx => $plugin) {
330
if ($plugin instanceof $fqcn) {
0 commit comments