@@ -4,18 +4,18 @@ |
||
4 | 4 | |
5 | 5 | use Closure; |
6 | 6 | use Exception; |
7 | -use RuntimeException; |
|
8 | 7 | use GuzzleHttp\Client; |
9 | -use Illuminate\Support\Str; |
|
10 | 8 | use GuzzleHttp\Psr7\Response; |
11 | -use InvalidArgumentException; |
|
9 | +use Illuminate\Contracts\Config\Repository; |
|
12 | 10 | use Illuminate\Filesystem\Filesystem; |
11 | +use Illuminate\Support\Str; |
|
12 | +use InvalidArgumentException; |
|
13 | 13 | use Psr\Http\Message\ResponseInterface; |
14 | -use Illuminate\Contracts\Config\Repository; |
|
15 | -use Schnoop\RemoteTemplate\Exceptions\UrlIsForbiddenException; |
|
14 | +use RuntimeException; |
|
16 | 15 | use Schnoop\RemoteTemplate\Exceptions\IgnoredUrlSuffixException; |
17 | -use Schnoop\RemoteTemplate\Exceptions\RemoteTemplateNotFoundException; |
|
18 | 16 | use Schnoop\RemoteTemplate\Exceptions\RemoteHostNotConfiguredException; |
17 | +use Schnoop\RemoteTemplate\Exceptions\RemoteTemplateNotFoundException; |
|
18 | +use Schnoop\RemoteTemplate\Exceptions\UrlIsForbiddenException; |
|
19 | 19 | |
20 | 20 | /** |
21 | 21 | * Class RemoteTemplateFinder. |