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.
1 parent b77da21 commit ddcd7b4Copy full SHA for ddcd7b4
lib/Github/Client.php
@@ -305,7 +305,7 @@ public function setEnterpriseUrl($enterpriseUrl)
305
*
306
* @param Plugin $plugin
307
*/
308
- protected function addPlugin(Plugin $plugin)
+ public function addPlugin(Plugin $plugin)
309
{
310
$this->plugins[] = $plugin;
311
$this->httpClientModified = true;
@@ -316,7 +316,7 @@ protected function addPlugin(Plugin $plugin)
316
317
* @param string $fqcn
318
319
- protected function removePlugin($fqcn)
+ public function removePlugin($fqcn)
320
321
foreach ($this->plugins as $idx => $plugin) {
322
if ($plugin instanceof $fqcn) {
0 commit comments