Save a SEO title and description when creating an incident
This commit is contained in:
@@ -104,6 +104,10 @@ class CreateIncidentCommandHandler
|
||||
// Store any meta?
|
||||
if ($meta = $command->meta) {
|
||||
foreach ($meta as $key => $value) {
|
||||
if (empty($value)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Meta::create([
|
||||
'key' => $key,
|
||||
'value' => $value,
|
||||
|
||||
Reference in New Issue
Block a user