added message to refresh.
This commit is contained in:
parent
bf4f464f67
commit
55b714af0b
|
@ -138,6 +138,8 @@ public function publish($bundles)
|
||||||
public function refresh()
|
public function refresh()
|
||||||
{
|
{
|
||||||
Cache::forget(Bundle::manifest);
|
Cache::forget(Bundle::manifest);
|
||||||
|
|
||||||
|
echo 'Bundle cache cleared!'.PHP_EOL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue