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 20b4af6 + 41a9859 commit 0201f03Copy full SHA for 0201f03
src/Commands/AnonymizerCommand.php
@@ -25,16 +25,10 @@ class AnonymizerCommand extends Command
25
26
private Anonymizer $service;
27
28
-
29
- public function __construct()
+ public function handle(): int
30
{
31
- parent::__construct();
32
33
$this->service = new Anonymizer();
34
- }
35
36
- public function handle(): int
37
- {
38
if (!$this->confirmToProceed('Environment "'.config('app.env').'" blocked.', function () {
39
return $this->service->isBlockedEnvironment();
40
})) {
0 commit comments