added bundle:refresh command to cli.

This commit is contained in:
Taylor Otwell
2012-02-08 08:28:16 -06:00
parent a0379ea48d
commit bf4f464f67
3 changed files with 23 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ Autoloader::namespaces(array('Laravel' => path('sys')));
* each of them. If it's not cached, we'll detect them and then
* cache it to save time later.
*/
$bundles = Cache::remember('laravel.bundle.manifest', function()
$bundles = Cache::remember(Bundle::manifest, function()
{
return Bundle::detect(path('bundle'));