added message to refresh.

This commit is contained in:
Taylor Otwell
2012-02-08 08:33:01 -06:00
parent bf4f464f67
commit 55b714af0b

View File

@@ -138,6 +138,8 @@ class Bundler extends Task {
public function refresh()
{
Cache::forget(Bundle::manifest);
echo 'Bundle cache cleared!'.PHP_EOL;
}
/**