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 4fe0de1 commit f2f0e00Copy full SHA for f2f0e00
src/Replacers/Concerns/ReplaceModelAttributes.php
@@ -20,7 +20,6 @@ trait ReplaceModelAttributes
20
public function replaceModelAttributes(string $text, string $replaceText, Model $model)
21
{
22
return preg_replace_callback('/::' . $replaceText . '::/', function ($match) use ($model) {
23
- dd('here');
24
$parts = collect(explode('.', $match[0] ?? ''));
25
26
$replace = $parts->reduce(function ($value, $part) {
0 commit comments