Skip to content

Instantly share code, notes, and snippets.

@kurozumi
Created April 11, 2016 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurozumi/33a3d69c942a02b5deb9f24b29a4a2c2 to your computer and use it in GitHub Desktop.
Save kurozumi/33a3d69c942a02b5deb9f24b29a4a2c2 to your computer and use it in GitHub Desktop.
【EC-CUBE3】会員IDでログインできるようにする方法
<?php
namespace Plugin\CustomerLogin\Entity;
use Eccube\Entity\Customer as BaseCustomer;
/**
* Customer
*
* @UniqueEntity("email")
*/
class Customer extends BaseCustomer
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment