Bläddra i källkod

Refactoring services #885

refactoring
Guillaume Bourgeois 1 år sedan
förälder
incheckning
24b32fdf44
2 ändrade filer med 2 tillägg och 3 borttagningar
  1. +1
    -2
      frontend/forms/SignupForm.php
  2. +1
    -1
      frontend/views/site/signup.php

+ 1
- 2
frontend/forms/SignupForm.php Visa fil

@@ -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 Visa fil

@@ -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') ;

Laddar…
Avbryt
Spara