REBELinBLUE\Deployer\Http\Controllers\ProfileController::__construct PHP Метод

__construct() публичный Метод

ProfileController constructor.
public __construct ( REBELinBLUE\Deployer\Contracts\Repositories\UserRepositoryInterface $repository, PragmaRX\Google2FA\Contracts\Google2FA $google2fa )
$repository REBELinBLUE\Deployer\Contracts\Repositories\UserRepositoryInterface
$google2fa PragmaRX\Google2FA\Contracts\Google2FA
    public function __construct(UserRepositoryInterface $repository, Google2FA $google2fa)
    {
        $this->repository = $repository;
        $this->google2fa = $google2fa;
    }