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.
2 parents 01bc43f + 451124b commit ddd0c75Copy full SHA for ddd0c75
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