diff --git a/app/Console/Commands/DumpFromGit.php b/app/Console/Commands/DumpFromGit.php index 734b8f0..467c300 100644 --- a/app/Console/Commands/DumpFromGit.php +++ b/app/Console/Commands/DumpFromGit.php @@ -74,8 +74,7 @@ public function handle() $this->makeEdu2Edugain(); $this->newLine(); - $this->info("All done!"); - + $this->info('All done!'); });