Skip to content

Commit 8aaffe0

Browse files
authored
Update Memoize.php
1 parent cd009c3 commit 8aaffe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helpers/Memoize.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace nullref\helpers;
3+
namespace nullref\useful\helpers;
44

55
/**
66
*
@@ -68,4 +68,4 @@ public static function getMemoize($func)
6868
return $cache[$key];
6969
};
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)