Skip to content

Instantly share code, notes, and snippets.

@vahid-almasi
Created December 21, 2018 03:26
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 vahid-almasi/2a33b241f5ca64be318ed8de21d182ce to your computer and use it in GitHub Desktop.
Save vahid-almasi/2a33b241f5ca64be318ed8de21d182ce to your computer and use it in GitHub Desktop.
<?
class PasswordReminder {
private $dbConnection;
public function __construct(MySQLConnection $dbConnection) {
$this->dbConnection = $dbConnection;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment