Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Dec 5, 2020
1 parent e244d2b commit f4c1916
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ $macroableClass = new class() {
use Macroable;
};


$macroableClass::macro('concatenate', function(... $strings) {
return implode('-', $strings);
});
Expand Down

0 comments on commit f4c1916

Please sign in to comment.