Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Index.rst
Fixed PHP syntax in buldInsert() section.
  • Loading branch information
ingoreuter authored and sypets committed Mar 13, 2020
1 parent 8f606c7 commit d10eec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/ApiOverview/Database/Connection/Index.rst
Expand Up @@ -87,7 +87,7 @@ bulkInsert()
// use TYPO3\CMS\Core\Utility\GeneralUtility;
// use TYPO3\CMS\Core\Database\ConnectionPool;
$connection = GeneralUtility::makeInstance(ConnectionPool::class)
->getConnectionForTable('sys_log')
->getConnectionForTable('sys_log');
$connection->bulkInsert(
'sys_log',
[
Expand Down

0 comments on commit d10eec1

Please sign in to comment.