Completed
Pull Request — master (#12)
by Nic
13:56
created
src/Model/ProductCartReservation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
      */
73 73
     public function getCMSFields()
74 74
     {
75
-        $this->beforeUpdateCMSFields(function (FieldList $fields) {
75
+        $this->beforeUpdateCMSFields(function(FieldList $fields) {
76 76
             $fields->addFieldToTab('Root.Main', ReadonlyField::create('ReservationCode')->setTitle('Reservation Code'));
77 77
         });
78 78
 
Please login to merge, or discard this patch.