Flavio
Results
1
comments of
Flavio
I already fixed it, I swapped out the token: ``` $this->app->afterResolving(GitHubManager::class, function (GitHubManager $manager) { $manager->extend(strval(config('github.default')), function (array $config) { // Swap code return $connectionFactory->make($config); }); }); ```