Skip to content

Commit 8c1e4cf

Browse files
Apply fixes from StyleCI (#1)
[ci skip] [skip ci]
1 parent 0d153db commit 8c1e4cf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/TorchlightExtension.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
use Illuminate\Filesystem\Filesystem;
1111
use Illuminate\Http\Client\Factory;
1212
use Illuminate\Support\Arr;
13+
use Illuminate\Support\Facades\Http;
1314
use League\CommonMark\ConfigurableEnvironmentInterface;
1415
use Torchlight\Block;
16+
use Torchlight\Commonmark\TorchlightExtension as TorchlightCommonmark;
1517
use Torchlight\Manager;
1618
use Torchlight\Torchlight;
17-
use Illuminate\Support\Facades\Http;
18-
use Torchlight\Commonmark\TorchlightExtension as TorchlightCommonmark;
1919

2020
class TorchlightExtension
2121
{
@@ -80,5 +80,4 @@ protected function registerCache()
8080
new FileStore(new Filesystem, $this->baseDir . DIRECTORY_SEPARATOR . 'cache')
8181
));
8282
}
83-
84-
}
83+
}

0 commit comments

Comments
 (0)