Commit c40ae859 by Qiang Xue

typo fix.

parent ac74fede
......@@ -176,7 +176,7 @@ abstract class Application extends Module
* @var integer the current application state during a request handling life cycle.
* This property is managed by the application. Do not modify this property.
*/
public $_state;
public $state;
/**
* @var string Used to reserve memory for fatal error handler.
......
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