Esempio n. 1
0
 /**
  * Set the database session.
  *
  * @return SessionInterface The current instance
  */
 public function setDatabaseSession() : SessionInterface
 {
     $this->dbh->createDatabaseSession();
     $this->dbh->insertiNetRecordLog($this->getPassport('email'), '-- Login Authenticated');
     return $this;
 }