Commit d8597e20 authored by Taylor Otwell's avatar Taylor Otwell

fix comment in bundler.

parent 57925465
......@@ -65,7 +65,7 @@ class Bundler extends Task {
{
// If no bundles are passed to the command, we'll just gather all
// of the installed bundle names and publish the assets for each
// for each one of the bundles to the public directory.
// of the bundles to the public directory.
if (count($bundles) == 0) $bundles = Bundle::all();
$publisher = IoC::resolve('bundle.publisher');
......
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