Fixes for tests

This commit is contained in:
David Bomba 2021-01-14 14:56:21 +11:00
parent 7d46ec489a
commit 29038a16fa

View File

@ -70,7 +70,6 @@ class ActivityRepository extends BaseRepository
*/ */
public function createBackup($entity, $activity) public function createBackup($entity, $activity)
{ {
nlog($entity);
if($entity instanceof User){ if($entity instanceof User){