Skip to content

Commit

Permalink
refactoring bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBock committed Dec 18, 2020
1 parent 8831937 commit 66de720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public function getDatabaseSchema()
'mysql_character_set'=>'utf8mb4',
'collate'=> 'utf8mb4_unicode_ci'
),
'Palasthotel\Grid\Model\Box' =>array(
'grid_box' =>array(
'description'=>t('stores all boxes'),
'fields'=>array(
'id'=>array(
Expand Down

0 comments on commit 66de720

Please sign in to comment.