Merge pull request #17937 from seamuslee001/radio_jquery_require
[civicrm-core.git] / Civi / Core / Transaction / Manager.php
index bfa8130d393d9408c055d493fb86af898391f1d7..263e39fa01f178f5f7178038bb2257475f7f8430 100644 (file)
@@ -129,7 +129,7 @@ class Manager {
    * @return \Civi\Core\Transaction\Frame
    */
   public function getFrame() {
-    return isset($this->frames[0]) ? $this->frames[0] : NULL;
+    return $this->frames[0] ?? NULL;
   }
 
   /**