eee
This commit is contained in:
@@ -71,9 +71,7 @@ class Application extends BaseApplication
|
|||||||
public function beforeCommandExecute(OnBeforeCommandExecute $beforeCommandExecute): void
|
public function beforeCommandExecute(OnBeforeCommandExecute $beforeCommandExecute): void
|
||||||
{
|
{
|
||||||
if ($beforeCommandExecute->command instanceof ServerCommand) {
|
if ($beforeCommandExecute->command instanceof ServerCommand) {
|
||||||
if (config('servers.reload.hot', false) === false) {
|
return;
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
$scanner = $this->container->get(Scanner::class);
|
$scanner = $this->container->get(Scanner::class);
|
||||||
$scanner->scan(APP_PATH . 'app/');
|
$scanner->scan(APP_PATH . 'app/');
|
||||||
|
|||||||
Reference in New Issue
Block a user