mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 09:06:02 +00:00
FIX Typo in completion message
Co-Authored-By: ScopeyNZ <guy@scopey.co.nz>
This commit is contained in:
parent
2f672ae2ca
commit
eb89c30b08
@ -865,6 +865,6 @@ class TestRegistryDataObject extends DataObject implements RegistryDataInterface
|
|||||||
$new->write();
|
$new->write();
|
||||||
}
|
}
|
||||||
|
|
||||||
DB::alteration_message('Added defualt records to DefaultRegistryDataObject table', 'created');
|
DB::alteration_message('Added default records to DefaultRegistryDataObject table', 'created');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user