Skip to content

Commit

Permalink
Merge pull request #2 from bvdputte/git-submodule-compat
Browse files Browse the repository at this point in the history
Git submodule compatibility
  • Loading branch information
anselmh authored Jan 6, 2023
2 parents 50f366d + 9b79212 commit f348e60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

@include_once __DIR__.'/vendor/autoload.php';

@include_once __DIR__.'/src/Guards/TurnstileGuard.php';
@include_once __DIR__.'/src/helpers.php';

Kirby::plugin('anselmh/uniform-turnstile', [
'options' => [
'siteKey' => '',
Expand Down

0 comments on commit f348e60

Please sign in to comment.