Skip to content

Commit 8f6666d

Browse files
fix pagination parameter
1 parent cddedbb commit 8f6666d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "genealabs/laravel-model-caching",
2+
"name": "compuccino/laravel-model-caching",
33
"description": "Automatic caching for Eloquent models.",
44
"license": "MIT",
55
"authors": [

src/Traits/CachePrefixing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ trait CachePrefixing
44
{
55
protected function getCachePrefix() : string
66
{
7-
return "genealabs:laravel-model-caching:"
7+
return "compuccino:laravel-model-caching:"
88
. $this->getDatabaseConnectionName() . ":"
99
. $this->getDatabaseName() . ":"
1010
. (config("laravel-model-caching.cache-prefix")

0 commit comments

Comments
 (0)