public function artisan($command, $parameters = [])
 {
     parent::artisan($command, array_merge($parameters, ['--no-interaction' => true]));
 }