fix bundle publishing problem.

This commit is contained in:
Taylor Otwell 2012-01-27 11:22:26 -06:00
parent 2c593bdc15
commit 6b1b0ee5e1
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public function publish($bundles)
foreach ($bundles as $bundle)
{
$publisher->publish($bundle['name']);
$publisher->publish($bundle);
}
}