|
|
@ -409,11 +409,11 @@ abstract class Module extends Component |
|
|
|
* ~~~ |
|
|
|
* ~~~ |
|
|
|
* array( |
|
|
|
* array( |
|
|
|
* 'comment' => array( |
|
|
|
* 'comment' => array( |
|
|
|
* 'class' => 'app\modules\CommentModule', |
|
|
|
* 'class' => 'app\modules\comment\CommentModule', |
|
|
|
* 'db' => 'db', |
|
|
|
* 'db' => 'db', |
|
|
|
* ), |
|
|
|
* ), |
|
|
|
* 'booking' => array( |
|
|
|
* 'booking' => array( |
|
|
|
* 'class' => 'app\modules\BookingModule', |
|
|
|
* 'class' => 'app\modules\booking\BookingModule', |
|
|
|
* ), |
|
|
|
* ), |
|
|
|
* ) |
|
|
|
* ) |
|
|
|
* ~~~ |
|
|
|
* ~~~ |
|
|
|