Skip to content

Commit

Permalink
Merge pull request laravel#7748 from nicoorfi/patch-2
Browse files Browse the repository at this point in the history
Update octane.md
  • Loading branch information
nunomaduro authored Feb 25, 2022
2 parents 0b478c2 + e4bd19a commit de971e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octane.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ use Illuminate\Support\Str;

Cache::store('octane')->interval('random', function () {
return Str::random(10);
}, seconds: 5)
}, seconds: 5);
```

<a name="tables"></a>
Expand Down

0 comments on commit de971e4

Please sign in to comment.