Skip to content

Commit

Permalink
Add success message to clear-compiled command
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle authored Oct 12, 2016
1 parent ea7b79b commit 67128a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Foundation/Console/ClearCompiledCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ public function fire()
if (file_exists($servicesPath)) {
@unlink($servicesPath);
}

$this->info('Compiled class file removed!');
}
}

0 comments on commit 67128a4

Please sign in to comment.