Skip to content

Commit

Permalink
Matching function calls to Ardent version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew13 committed Oct 6, 2013
1 parent ccdf351 commit bbb73d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Zizaco/Confide/ConfideUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public function save( array $rules = array(), array $customMessages = array(), a
*
* @return bool
*/
public function beforeSave()
public function beforeSave($forced = false)
{
if ( empty($this->id) )
{
Expand All @@ -223,7 +223,7 @@ public function beforeSave()
*
* @return bool
*/
public function afterSave()
public function afterSave($success, $forced = false)
{
if (! $this->confirmed && ! static::$app['cache']->get('confirmation_email_'.$this->id) )
{
Expand Down

0 comments on commit bbb73d7

Please sign in to comment.