Commit 55b714af by Taylor Otwell

added message to refresh.

parent bf4f464f
......@@ -138,6 +138,8 @@ class Bundler extends Task {
public function refresh()
{
Cache::forget(Bundle::manifest);
echo 'Bundle cache cleared!'.PHP_EOL;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment