Commit f84bdb98 authored by Taylor Otwell's avatar Taylor Otwell

cleaning up code.

parent 271e7346
......@@ -29,7 +29,10 @@ class Command {
// If the task exists within a bundle, we will start the bundle so that any
// dependencies can be registered in the application IoC container. If the
// task is registered in the container, we'll resolve it.
if (Bundle::exists($bundle)) Bundle::start($bundle);
if (Bundle::exists($bundle))
{
Bundle::start($bundle);
}
$task = static::resolve($bundle, $task);
......
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