Skip to content

Commit f4c1916

Browse files
committed
update readme
1 parent e244d2b commit f4c1916

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ $macroableClass = new class() {
5959
use Macroable;
6060
};
6161

62-
6362
$macroableClass::macro('concatenate', function(... $strings) {
6463
return implode('-', $strings);
6564
});

0 commit comments

Comments
 (0)