There was an error while loading. Please reload this page.
1 parent cddedbb commit 8f6666dCopy full SHA for 8f6666d
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "genealabs/laravel-model-caching",
+ "name": "compuccino/laravel-model-caching",
3
"description": "Automatic caching for Eloquent models.",
4
"license": "MIT",
5
"authors": [
src/Traits/CachePrefixing.php
@@ -4,7 +4,7 @@ trait CachePrefixing
protected function getCachePrefix() : string
6
7
- return "genealabs:laravel-model-caching:"
+ return "compuccino:laravel-model-caching:"
8
. $this->getDatabaseConnectionName() . ":"
9
. $this->getDatabaseName() . ":"
10
. (config("laravel-model-caching.cache-prefix")
0 commit comments