Fix for tests
This commit is contained in:
parent
2c3176544a
commit
59b309aed0
1 changed files with 4 additions and 0 deletions
|
|
@ -106,6 +106,10 @@ class HistoryUtils
|
|||
|
||||
public static function trackViewed(EntityModel $entity)
|
||||
{
|
||||
if (! $entity) {
|
||||
return;
|
||||
}
|
||||
|
||||
$entityType = $entity->getEntityType();
|
||||
$trackedTypes = [
|
||||
ENTITY_CLIENT,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue