From 415293eea512c6dfcf73eab2d211305120f7caaa Mon Sep 17 00:00:00 2001 From: aljawaid <10233708+aljawaid@users.noreply.github.com> Date: Fri, 7 Apr 2023 22:15:54 +0100 Subject: [PATCH] FIX: Comment: Missing Folder --- Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin.php b/Plugin.php index 2c85d25..be9cda5 100644 --- a/Plugin.php +++ b/Plugin.php @@ -4,7 +4,7 @@ use Kanboard\Core\Plugin\Base; use Kanboard\Core\Translator; -// use Kanboard\Plugin\PluginNameExampleStudlyCaps\AgeHelper; // Helper Class and Filename should be exact +// use Kanboard\Plugin\PluginNameExampleStudlyCaps\Helper\AgeHelper; // Helper Class and Filename should be exact // use Kanboard\Helper; // Add core Helper for using forms etc. inside external templates class Plugin extends Base