mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 05:45:33 +08:00
refactored object creation.
added more exception classes. working on request and response classes.
This commit is contained in:
@@ -15,7 +15,7 @@ namespace yii\base;
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
*/
|
||||
abstract class ApplicationComponent extends Component implements Initable
|
||||
abstract class ApplicationComponent extends Component
|
||||
{
|
||||
/**
|
||||
* Initializes the application component.
|
||||
|
||||
Reference in New Issue
Block a user