We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6995575 commit 336bc00Copy full SHA for 336bc00
tests/Feature/Command/TailwindCssCommandTest.php
@@ -4,7 +4,6 @@
4
5
use Fuelviews\Tailwindcss\Tests\TestCase;
6
use Illuminate\Support\Facades\File;
7
-use Illuminate\Support\Facades\Storage;
8
9
class TailwindCssCommandTest extends TestCase
10
{
tests/TestCase.php
@@ -3,7 +3,6 @@
3
namespace Fuelviews\Tailwindcss\Tests;
use Fuelviews\Tailwindcss\TailwindCssServiceProvider;
-use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\Storage;
use Orchestra\Testbench\TestCase as Orchestra;
0 commit comments