Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ca8cc081bc | |||
| a31c24ddf3 |
@@ -71,9 +71,7 @@ class Application extends BaseApplication
|
||||
public function beforeCommandExecute(OnBeforeCommandExecute $beforeCommandExecute): void
|
||||
{
|
||||
if ($beforeCommandExecute->command instanceof ServerCommand) {
|
||||
if (config('servers.reload.hot', false) === false) {
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
$scanner = $this->container->get(Scanner::class);
|
||||
$scanner->scan(APP_PATH . 'app/');
|
||||
|
||||
Reference in New Issue
Block a user