update controllers logic
This commit is contained in:
@@ -20,7 +20,7 @@ class PasswordReset extends BaseModel
|
||||
* This will auto-set expires_at whenever you call save()/update().
|
||||
* (Only do this if that’s truly what you want.)
|
||||
*/
|
||||
public $timestamps = false;
|
||||
public $timestamps = true;
|
||||
|
||||
const CREATED_AT = 'created_at';
|
||||
const UPDATED_AT = 'expires_at';
|
||||
|
||||
Reference in New Issue
Block a user