Skip to content

Instantly share code, notes, and snippets.

@chris-at-github
Created September 15, 2017 05:55
Show Gist options
  • Save chris-at-github/a09352553d0cd5dec830155784b02e20 to your computer and use it in GitHub Desktop.
Save chris-at-github/a09352553d0cd5dec830155784b02e20 to your computer and use it in GitHub Desktop.
/**
* @return \TYPO3\CMS\Core\Database\DatabaseConnection
*/
protected function getDatabase() {
return $GLOBALS['TYPO3_DB'];
}
<?php
/**
* @return \TYPO3\CMS\Core\Database\DatabaseConnection
*/
protected function getDatabase() {
return $GLOBALS['TYPO3_DB'];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment