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 0d153db commit 8c1e4cfCopy full SHA for 8c1e4cf
src/TorchlightExtension.php
@@ -10,12 +10,12 @@
10
use Illuminate\Filesystem\Filesystem;
11
use Illuminate\Http\Client\Factory;
12
use Illuminate\Support\Arr;
13
+use Illuminate\Support\Facades\Http;
14
use League\CommonMark\ConfigurableEnvironmentInterface;
15
use Torchlight\Block;
16
+use Torchlight\Commonmark\TorchlightExtension as TorchlightCommonmark;
17
use Torchlight\Manager;
18
use Torchlight\Torchlight;
-use Illuminate\Support\Facades\Http;
-use Torchlight\Commonmark\TorchlightExtension as TorchlightCommonmark;
19
20
class TorchlightExtension
21
{
@@ -80,5 +80,4 @@ protected function registerCache()
80
new FileStore(new Filesystem, $this->baseDir . DIRECTORY_SEPARATOR . 'cache')
81
));
82
}
83
-
84
-}
+}
0 commit comments