File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Core/Render/MainContent Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ trait AjaxRendererTrait {
2525 * @return $this
2626 */
2727 public function setAjaxRenderer (MainContentRendererInterface $ ajaxRenderer ) {
28- $ this ->AjaxRenderer = $ ajaxRenderer ;
28+ $ this ->ajaxRenderer = $ ajaxRenderer ;
2929 return $ this ;
3030 }
3131
@@ -36,10 +36,10 @@ public function setAjaxRenderer(MainContentRendererInterface $ajaxRenderer) {
3636 * The ajax renderer.
3737 */
3838 public function getAjaxRenderer () {
39- if (empty ($ this ->AjaxRenderer )) {
40- $ this ->AjaxRenderer = \Drupal::service ('main_content_renderer.ajax ' );
39+ if (empty ($ this ->ajaxRenderer )) {
40+ $ this ->ajaxRenderer = \Drupal::service ('main_content_renderer.ajax ' );
4141 }
42- return $ this ->AjaxRenderer ;
42+ return $ this ->ajaxRenderer ;
4343 }
4444
4545}
You can’t perform that action at this time.
0 commit comments