Skip to content

Commit

Permalink
fix typo and import
Browse files Browse the repository at this point in the history
  • Loading branch information
datengraben committed Feb 11, 2025
1 parent be3cedc commit acb2b6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Service/Upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use CommonsBooking\Messages\AdminMessage;
use CommonsBooking\Model\Timeframe;
use CommonsBooking\Plugin;
use CommonsBooking\Repository\TimeframeRelations;
use CommonsBooking\Settings\Settings;
use CommonsBooking\Wordpress\CustomPostType\Map;
use CommonsBooking\Wordpress\CustomPostType\CustomPostType;
Expand Down Expand Up @@ -80,7 +81,7 @@ class Upgrade {
[ self::class, 'setMultiSelectTimeFrameDefault' ]
],
'2.10.3' => [
[ self::class, 'migrateTimeframeRelations ' ]
[ self::class, 'migrateTimeframeRelations' ]
]
];

Expand Down

0 comments on commit acb2b6b

Please sign in to comment.