Skip to content

Commit de971e4

Browse files
authored
Merge pull request #7748 from nicoorfi/patch-2
Update octane.md
2 parents 0b478c2 + e4bd19a commit de971e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ use Illuminate\Support\Str;
521521

522522
Cache::store('octane')->interval('random', function () {
523523
return Str::random(10);
524-
}, seconds: 5)
524+
}, seconds: 5);
525525
```
526526

527527
<a name="tables"></a>

0 commit comments

Comments
 (0)