Skip to content

Conversation

franzholz
Copy link
Contributor

README.md Outdated
<?php
return array(
'Tx_About_Controller_AboutController' => '\TYPO3\CMS\About\Controller\AboutController',
'Tx_About_Domain_Model_Extension' => '\TYPO3\CMS\About\Domain\Model\Extension',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use quoted backslashes and remove the leading slash:

TYPO3\\CMS\\About\\Domain\\Model\\Extension

@helhum
Copy link
Contributor

helhum commented Apr 5, 2017

Thanks @franzholz, can you take care of the comment? Then I will merge this.

quote the backslashes and remove the leading slash:

TYPO3\\CMS\\About\\Domain\\Model\\Extension
@helhum helhum merged commit df5dfaa into TYPO3:master Apr 5, 2017
@franzholz franzholz deleted the patch-1 branch April 5, 2017 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants