Commit a5bb035e authored by Dayle Rees's avatar Dayle Rees

Merge pull request #1165 from JoostK/develop

Problem with manual running of Artisan tasks
parents 666db871 a1c7dde0
......@@ -125,7 +125,7 @@ class Command {
// the requested method may be executed.
if (file_exists($path = Bundle::path($bundle).'tasks/'.$task.EXT))
{
require $path;
require_once $path;
$task = static::format($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