Commit 6f9e9cd5 by Qiang Xue

minor fix.

parent 2c8e0e80
......@@ -88,6 +88,8 @@ class Action extends Component
$result = call_user_func_array([$this, 'run'], $args);
$this->afterRun();
return $result;
} else {
return null;
}
}
......
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