mirror of
https://github.com/flarum/core.git
synced 2025-10-14 08:24:28 +02:00
part one of adding tests, updating core
This commit is contained in:
@@ -109,4 +109,9 @@ class UserDataProvider implements DataProviderInterface
|
||||
|
||||
return $this->questionHelper->ask($this->input, $this->output, $question);
|
||||
}
|
||||
|
||||
public function isDebugMode(): bool
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user