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 e244d2b commit f4c1916Copy full SHA for f4c1916
README.md
@@ -59,7 +59,6 @@ $macroableClass = new class() {
59
use Macroable;
60
};
61
62
-
63
$macroableClass::macro('concatenate', function(... $strings) {
64
return implode('-', $strings);
65
});
0 commit comments