Skip to content

Commit

Permalink
FIX: Code Syntax - Plugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 19, 2023
1 parent b646bad commit 6368e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Kanboard\Core\Plugin\Base;
use Kanboard\Core\Translator;
use Kanboard\Helper; // Add core Helper for using forms etc. inside external templates
use Kanboard\Helper;

class Plugin extends Base
{
Expand Down

0 comments on commit 6368e23

Please sign in to comment.