Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Oct 30, 2024
1 parent fbb3294 commit 17f39f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@
"spatie/laravel-package-tools": "^1.16"
},
"require-dev": {
"foxws/laravel-modelcache": "^0.0.3",
"larastan/larastan": "^2.9",
"laravel/pint": "^1.14",
"larastan/larastan": "^2.9",
"nunomaduro/collision": "^8.1.1||^7.10.0",
"orchestra/testbench": "^9.0.0||^8.22.0",
"pestphp/pest": "^2.34",
Expand Down
2 changes: 1 addition & 1 deletion tests/src/TestClasses/GenerateUserFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class GenerateUserFeed extends Algo

public function handle(): Result
{
$hash = $this->user->modelCache(
$hash = cache()->set(
$this->generateUniqueId(),
['ids' => (array) $this->getCollection()],
now()->addMinutes(10),
Expand Down

0 comments on commit 17f39f9

Please sign in to comment.