Commit 816f8221 by Frédéric

Fix randomize filter

parent 18d2ea89
...@@ -14,6 +14,7 @@ class RandomizeFilter ...@@ -14,6 +14,7 @@ class RandomizeFilter
*/ */
public static function run($input) public static function run($input)
{ {
return shuffle($input); shuffle($input);
return $input;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment