Commit be144288 authored by Taylor Otwell's avatar Taylor Otwell

upgrade all bundles supported.

parent 43edb4bb
......@@ -65,6 +65,8 @@ class Bundler extends Task {
*/
public function upgrade($bundles)
{
if (count($bundles) == 0) $bundles = Bundle::names();
foreach ($bundles as $name)
{
if ( ! Bundle::exists($name))
......
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