Skip to content

Commit

Permalink
Fix behaviors
Browse files Browse the repository at this point in the history
  • Loading branch information
Falaleev Maxim committed Oct 16, 2014
1 parent 795de2e commit 3177196
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Mindy/Application/BaseApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 3177196

Please sign in to comment.