Example #1
0
 /**
  * Format the message to show
  */
 public function show()
 {
     $this->line("");
     $this->line(Application::consoleVersion());
     $this->line(Application::kernelVersion());
     $this->line("created by Amine Abri (info@amineabri.com )");
 }