Commit 6b1b0ee5 authored by Taylor Otwell's avatar Taylor Otwell

fix bundle publishing problem.

parent 2c593bdc
...@@ -53,7 +53,7 @@ class Bundler extends Task { ...@@ -53,7 +53,7 @@ class Bundler extends Task {
foreach ($bundles as $bundle) foreach ($bundles as $bundle)
{ {
$publisher->publish($bundle['name']); $publisher->publish($bundle);
} }
} }
......
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