Skip to content

Commit bbb73d7

Browse files
committed
Matching function calls to Ardent version 1.1.0
1 parent ccdf351 commit bbb73d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Zizaco/Confide/ConfideUser.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public function save( array $rules = array(), array $customMessages = array(), a
197197
*
198198
* @return bool
199199
*/
200-
public function beforeSave()
200+
public function beforeSave($forced = false)
201201
{
202202
if ( empty($this->id) )
203203
{
@@ -223,7 +223,7 @@ public function beforeSave()
223223
*
224224
* @return bool
225225
*/
226-
public function afterSave()
226+
public function afterSave($success, $forced = false)
227227
{
228228
if (! $this->confirmed && ! static::$app['cache']->get('confirmation_email_'.$this->id) )
229229
{

0 commit comments

Comments
 (0)