Adjust RepairStep name to other RepairSteps in Nextcloud
All of them begin uppercase
This commit is contained in:
parent
d1513883d7
commit
896943ae67
|
@ -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";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue