Skip to content

Commit edca519

Browse files
committed
changed a method to static
1 parent a7a67ed commit edca519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Activerecord/Utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ public function collect(&$enumerable, $name_or_closure)
393393
/**
394394
* Wrap string definitions (if any) into arrays.
395395
*/
396-
public function wrap_strings_in_arrays(&$strings)
396+
public static function wrap_strings_in_arrays(&$strings)
397397
{
398398
if (!is_array($strings))
399399
{

0 commit comments

Comments
 (0)