🔥 Supprime un debug
This commit is contained in:
@@ -39,8 +39,8 @@ class ParseLinkCommand extends Command
|
||||
public function handle()
|
||||
{
|
||||
$parser = Parser::factory($this->argument('url'));
|
||||
$home = $parser->parse();
|
||||
var_dump($home);
|
||||
$parser->parse();
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user