Skip to content

Commit 8f23a45

Browse files
committed
Removed dummy text
Signed-off-by: snipe <[email protected]>
1 parent 93cccf4 commit 8f23a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Transformers/ActionlogsTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public function changedInfo(array $clean_meta)
214214
$newRtd = $location->find($clean_meta['rtd_location_id']['new']);
215215
$newRtdName = $newRtd ? e($newRtd->name) : trans('general.deleted');
216216

217-
$clean_meta['rtd_location_id']['old'] = $clean_meta['rtd_location_id']['old'] ? "[id: ".$clean_meta['rtd_location_id']['old']."] ". $oldRtdName : 'foo';
217+
$clean_meta['rtd_location_id']['old'] = $clean_meta['rtd_location_id']['old'] ? "[id: ".$clean_meta['rtd_location_id']['old']."] ". $oldRtdName : '';
218218
$clean_meta['rtd_location_id']['new'] = $clean_meta['rtd_location_id']['new'] ? "[id: ".$clean_meta['rtd_location_id']['new']."] ". $newRtdName : trans('general.unassigned');
219219
$clean_meta['Default Location'] = $clean_meta['rtd_location_id'];
220220
unset($clean_meta['rtd_location_id']);

0 commit comments

Comments
 (0)