Skip to content

Commit 1f98fcf

Browse files
committed
Fix broken version update check from change made in previous commit.
1 parent 05722c1 commit 1f98fcf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
//namespace scottboms\microseasons;
4-
53
/**
64
* Kirby Japanese Microseasons Plugin
75
*
@@ -19,7 +17,7 @@
1917
use Scottboms\Microseasons\Season;
2018
use Kirby\Toolkit\Date;
2119

22-
Kirby::plugin('scottboms/microseasons', [
20+
Kirby::plugin('scottboms/kirby-microseasons', [
2321
'options' => [
2422
'cache' => True,
2523
'wrapper' => 'div',

0 commit comments

Comments
 (0)