Completed
Pull Request — master (#2)
by Matthew
05:26 queued 03:06
created
src/Model/ProductWishList.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
         $processTitle = ($this->getIsEditing()) ? "Update {$this->i18n_singular_name()}" : "Create {$this->i18n_singular_name()}";
69 69
         $actions = FieldList::create(
70 70
             FormAction::create('doSaveObject')
71
-                      ->setTitle($processTitle)
71
+                        ->setTitle($processTitle)
72 72
         );
73 73
 
74 74
         if ($showCancel === true) {
Please login to merge, or discard this patch.