added message to refresh.

This commit is contained in:
Taylor Otwell 2012-02-08 08:33:01 -06:00
parent bf4f464f67
commit 55b714af0b
1 changed files with 2 additions and 0 deletions

View File

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