|
@@ -11,7 +11,7 @@ class ReserveController extends MoonClubBaseController
|
|
|
|
|
|
public function actionIndex()
|
|
|
{
|
|
|
- $status_option = CommonFn::getComboboxData(reserve::$status_option, 1, true, 100);
|
|
|
+ $status_option = CommonFn::getComboboxData(Reserve::$status_option, 1, true, 100);
|
|
|
$this->render('index', [
|
|
|
'status_option' => $status_option
|
|
|
]);
|