diff --git a/lib/Job/Status.php b/lib/Job/Status.php index 1e3c53b..0e9cb75 100644 --- a/lib/Job/Status.php +++ b/lib/Job/Status.php @@ -50,7 +50,7 @@ class Status public function __construct($id, $prefix = '') { $this->id = $id; - $this->prefix = empty($prefix) ? '' : "${prefix}_"; + $this->prefix = empty($prefix) ? '' : "{$prefix}_"; } /**