From 317719682a6ccbf26a823b52afa5a9c5ea247c9e Mon Sep 17 00:00:00 2001 From: Falaleev Maxim Date: Thu, 16 Oct 2014 20:46:52 +0400 Subject: [PATCH] Fix behaviors --- src/Mindy/Application/BaseApplication.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Mindy/Application/BaseApplication.php b/src/Mindy/Application/BaseApplication.php index 2930c55..387e3d8 100644 --- a/src/Mindy/Application/BaseApplication.php +++ b/src/Mindy/Application/BaseApplication.php @@ -123,12 +123,6 @@ abstract class BaseApplication * @var array */ public $locale = []; - /** - * @var array the behaviors that should be attached to the module. - * The behaviors will be attached to the module when {@link init} is called. - * Please refer to {@link CModel::behaviors} on how to specify the value of this property. - */ - public $behaviors = []; /** * @var array the IDs of the application components that should be preloaded. */