DOCS: Remove outdated TODO

This commit is contained in:
mattclegg 2020-04-06 10:48:11 +05:45
parent 14bbaac1cb
commit e968f5cb86
No known key found for this signature in database
GPG Key ID: 68C4C8DB2D0D1DFE
2 changed files with 2 additions and 2 deletions

View File

@ -729,7 +729,7 @@ class Permission extends DataObject implements TemplateGlobalProvider, Resettabl
public function provideI18nEntities()
{
$keys = parent::provideI18nEntities(); // TODO: Change the autogenerated stub
$keys = parent::provideI18nEntities();
// Localise all permission categories
$keys[__CLASS__ . '.AdminGroup'] = 'Administrator';

View File

@ -30,7 +30,7 @@ class DatetimeFieldTest extends SapphireTest
{
DBDatetime::clear_mock_now();
date_default_timezone_set($this->timezone);
parent::tearDown(); // TODO: Change the autogenerated stub
parent::tearDown();
}
public function testFormSaveInto()