Fix view ordering by requiring ddo declaration in result class
[dbsrgits/DBIx-Class-ResultSource-MultipleTableInheritance.git] / t / lib / CafeInsertion / Result / Coffee.pm
index 0dc65b0..c3f2e27 100644 (file)
@@ -8,6 +8,7 @@ use aliased 'DBIx::Class::ResultSource::MultipleTableInheritance' => 'MTI';
 
 __PACKAGE__->table_class(MTI);
 __PACKAGE__->table('coffee');
+
 __PACKAGE__->add_columns(
     "id",
     {   data_type         => "integer",