We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a67ed commit edca519Copy full SHA for edca519
Activerecord/Utils.php
@@ -393,7 +393,7 @@ public function collect(&$enumerable, $name_or_closure)
393
/**
394
* Wrap string definitions (if any) into arrays.
395
*/
396
- public function wrap_strings_in_arrays(&$strings)
+ public static function wrap_strings_in_arrays(&$strings)
397
{
398
if (!is_array($strings))
399
0 commit comments