fix bundle publishing problem.
This commit is contained in:
parent
2c593bdc15
commit
6b1b0ee5e1
|
@ -53,7 +53,7 @@ public function publish($bundles)
|
||||||
|
|
||||||
foreach ($bundles as $bundle)
|
foreach ($bundles as $bundle)
|
||||||
{
|
{
|
||||||
$publisher->publish($bundle['name']);
|
$publisher->publish($bundle);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue