ソースを参照

Refactoring services #885

refactoring
Guillaume Bourgeois 1年前
コミット
24b32fdf44
2個のファイルの変更2行の追加3行の削除
  1. +1
    -2
      frontend/forms/SignupForm.php
  2. +1
    -1
      frontend/views/site/signup.php

+ 1
- 2
frontend/forms/SignupForm.php ファイルの表示

@@ -38,7 +38,7 @@

namespace frontend\forms;

use common\logic\Config\TaxRate\TaxRate;
use common\logic\Config\TaxRate\Model\TaxRate;
use common\logic\Producer\Producer\Model\Producer;
use common\logic\Producer\Producer\Wrapper\ProducerManager;
use common\logic\User\User\Model\User;
@@ -50,7 +50,6 @@ use yii\base\Model;
*/
class SignupForm extends Model
{

public $username;
public $email;
public $password;

+ 1
- 1
frontend/views/site/signup.php ファイルの表示

@@ -36,9 +36,9 @@ pris connaissance de la licence CeCILL, et que vous en avez accepté les
termes.
*/

use common\logic\Config\TaxRate\Model\TaxRate;
use yii\helpers\Html;
use yii\bootstrap\ActiveForm;
use common\logic\Config\TaxRate\TaxRate;
use yii\helpers\ArrayHelper;

$this->setTitle('Inscription') ;

読み込み中…
キャンセル
保存