Disable creating backups
This commit is contained in:
parent
2f4e129cf0
commit
eca5635d3e
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ class ActivityRepository extends BaseRepository
|
|||
|
||||
$activity->save();
|
||||
|
||||
$this->createBackup($entity, $activity);
|
||||
//rate limiter
|
||||
// $this->createBackup($entity, $activity);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue