Skip to content

Commit f2811b0

Browse files
committed
Switched order of parameters for magicGet()
1 parent 7ffd233 commit f2811b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
abstract class Cache
88
{
9-
public static function magicGet($suffixes = [], $fallback = null)
9+
public static function magicGet($fallback = null, $suffixes = [])
1010
{
1111
$key = static::magicKey($suffixes);
1212
return static::get($key, $fallback);

0 commit comments

Comments
 (0)