@@ -73,7 +73,7 @@ discard block |
||
73 | 73 | */ |
74 | 74 | public function getType() |
75 | 75 | { |
76 | - return _t(__CLASS__ . '.BlockType', 'Testimonials'); |
|
76 | + return _t(__CLASS__.'.BlockType', 'Testimonials'); |
|
77 | 77 | } |
78 | 78 | |
79 | 79 | /** |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | */ |
82 | 82 | public function getCMSFields() |
83 | 83 | { |
84 | - $this->beforeUpdateCMSFields(function (FieldList $fields) { |
|
84 | + $this->beforeUpdateCMSFields(function(FieldList $fields) { |
|
85 | 85 | $fields->dataFieldByName('Content') |
86 | 86 | ->setRows(8); |
87 | 87 |