fuel / oil

Fuel PHP Framework - Fuel v1.x Oil command-line package
http://fuelphp.com/docs/packages/oil/intro.html
106 stars 67 forks source link

Changed refine run to set args to array as default #201

Closed dmyers closed 11 years ago

dmyers commented 11 years ago

Before you had to do: \Oil\Refine::run('install', array());

After you can now do: \Oil\Refine::run('install');

If the task doesn't have required arguments then we shouldn't need to pass an empty array().