fix comment in bundler.
This commit is contained in:
parent
57925465fe
commit
d8597e2095
|
@ -65,7 +65,7 @@ public function publish($bundles)
|
|||
{
|
||||
// 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');
|
||||
|
|
Loading…
Reference in New Issue