Skip to content

Commit

Permalink
Fix broken version update check from change made in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottboms committed Mar 1, 2024
1 parent 05722c1 commit 1f98fcf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

//namespace scottboms\microseasons;

/**
* Kirby Japanese Microseasons Plugin
*
Expand All @@ -19,7 +17,7 @@
use Scottboms\Microseasons\Season;
use Kirby\Toolkit\Date;

Kirby::plugin('scottboms/microseasons', [
Kirby::plugin('scottboms/kirby-microseasons', [
'options' => [
'cache' => True,
'wrapper' => 'div',
Expand Down

0 comments on commit 1f98fcf

Please sign in to comment.