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 2da5fef commit 9f87c19Copy full SHA for 9f87c19
tests/RealClientTest.php
@@ -5,15 +5,9 @@
5
6
namespace Torchlight\Tests;
7
8
-use Illuminate\Http\Client\Request;
9
-use Illuminate\Support\Facades\Cache;
10
-use Illuminate\Support\Facades\Http;
11
use Illuminate\Support\Facades\Route;
12
use Illuminate\Support\Facades\View;
13
-use Torchlight\Block;
14
-use Torchlight\Client;
15
use Torchlight\Middleware\RenderTorchlight;
16
-use Torchlight\Torchlight;
17
18
class RealClientTest extends BaseTest
19
{
0 commit comments