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 369b53b commit 2f6b3a5Copy full SHA for 2f6b3a5
src/Models/Template.php
@@ -28,7 +28,7 @@ public static function content(Model $model, string $field)
28
$value = optional(self::firstWhere('rule_type', $type))->{$field};
29
30
$replaces = [];
31
- foreach (self::getReplaceKeys((string)$value) as $key) {
+ foreach (self::getReplaceKeys((string) $value) as $key) {
32
$replaces[$key] = self::getReplaceValue($model, $key);
33
}
34
0 commit comments