Adjust RepairStep name to other RepairSteps in Nextcloud

All of them begin uppercase
This commit is contained in:
Jonathan Flueren 2021-10-06 17:09:52 +02:00 committed by thrillfall
parent d1513883d7
commit 896943ae67
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class TimestampMigration implements \OCP\Migration\IRepairStep
*/
public function getName() : string
{
return "migrate timestamp values to integer to store unix epoch";
return "Migrate timestamp values to integer to store unix epoch";
}
/**