Undo debug statement.

This commit is contained in:
Maxime Rainville 2018-12-05 12:12:29 +13:00 committed by GitHub
parent c89dd1f5e1
commit 8bd432bef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ class Company extends DataObject
private static $table_name = 'Company';
private static $extensions = [
// Versioned::class
Versioned::class
];
/**