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