Initial import
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace app\controllers;
|
||||
|
||||
use yii\web\Controller;
|
||||
|
||||
class RegisterController extends Controller {
|
||||
|
||||
public function actionUpdatePartner() {
|
||||
|
||||
}
|
||||
|
||||
public function actionUpdatePartnerUser() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user