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 e1ce45e commit e458423Copy full SHA for e458423
src/Commands/BuildCommand.php
@@ -5,8 +5,8 @@
5
use Illuminate\Console\Command;
6
use Illuminate\Support\Facades\File;
7
use Illuminate\Support\Facades\Process;
8
-use Tonysm\TailwindCss\Manifest;
9
use Symfony\Component\Process\Process as SymfonyProcess;
+use Tonysm\TailwindCss\Manifest;
10
11
class BuildCommand extends Command
12
{
0 commit comments