Skip to content

Commit f2f0e00

Browse files
committed
wip
1 parent 4fe0de1 commit f2f0e00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Replacers/Concerns/ReplaceModelAttributes.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ trait ReplaceModelAttributes
2020
public function replaceModelAttributes(string $text, string $replaceText, Model $model)
2121
{
2222
return preg_replace_callback('/::' . $replaceText . '::/', function ($match) use ($model) {
23-
dd('here');
2423
$parts = collect(explode('.', $match[0] ?? ''));
2524

2625
$replace = $parts->reduce(function ($value, $part) {

0 commit comments

Comments
 (0)