/**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     Reference::build();
     $this->info('Fichier généré avec succès');
 }