Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ndinhbang committed Apr 11, 2023
1 parent ce3b712 commit 4b4ef19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/QueryCacheable.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ protected function getCacheTagsToInvalidateOnUpdate(): array
{
return [
$this->getTable(),
$this->getTable() . ':' . $this->getRouteKeyName()
$this->getTable() . '_' . $this->getRouteKey()
];
}

Expand Down

0 comments on commit 4b4ef19

Please sign in to comment.