Applied latest StyleCI changes

This commit is contained in:
Dan Brown
2022-04-25 18:42:31 +01:00
parent d5b7fff102
commit f1a8ad4980
4 changed files with 18 additions and 18 deletions

View File

@ -19,15 +19,15 @@ class UpdatePolymorphicTypes extends Migration
* Mapping of tables and columns that contain polymorphic types.
*/
protected $columnsByTable = [
'activities' => 'entity_type',
'comments' => 'entity_type',
'deletions' => 'deletable_type',
'activities' => 'entity_type',
'comments' => 'entity_type',
'deletions' => 'deletable_type',
'entity_permissions' => 'restrictable_type',
'favourites' => 'favouritable_type',
'joint_permissions' => 'entity_type',
'search_terms' => 'entity_type',
'tags' => 'entity_type',
'views' => 'viewable_type',
'favourites' => 'favouritable_type',
'joint_permissions' => 'entity_type',
'search_terms' => 'entity_type',
'tags' => 'entity_type',
'views' => 'viewable_type',
];
/**