We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4b1a8 commit e2f9e8dCopy full SHA for e2f9e8d
packages/framework/src/Console/Commands/ServeCommand.php
@@ -9,10 +9,9 @@
9
use Hyde\Facades\Config;
10
use Illuminate\Support\Arr;
11
use InvalidArgumentException;
12
+use Hyde\Console\Concerns\Command;
13
use Hyde\RealtimeCompiler\ConsoleOutput;
14
use Illuminate\Support\Facades\Process;
-use LaravelZero\Framework\Commands\Command;
15
-use Hyde\Publications\Commands\ValidatingCommand;
16
17
use function sprintf;
18
use function class_exists;
@@ -22,7 +21,7 @@
22
21
*
23
* @see https://github.com/hydephp/realtime-compiler
24
*/
25
-class ServeCommand extends ValidatingCommand
+class ServeCommand extends Command
26
{
27
/** @var string */
28
protected $signature = 'serve
0 commit comments