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 85e9953 commit df70f03Copy full SHA for df70f03
app/Markdown/MarkdownServiceProvider.php
@@ -20,7 +20,7 @@ class MarkdownServiceProvider extends ServiceProvider
20
public function register(): void
21
{
22
$this->app->singleton(Converter::class, function ($app, array $params = []) {
23
- $client = new CurlClient();
+ $client = new CurlClient;
24
$client->setSettings([
25
// 'follow_location' => false,
26
]);
0 commit comments