コード例 #1
0
ファイル: UserProxy.php プロジェクト: artz20/Tv-shows-zone
 /**
  * Implementation of SecurityUserInterface
  *
  * @return string
  */
 public function getSalt()
 {
     return $this->user->getSalt();
 }