diff --git a/templates/generator/plugin_controller.tpl b/templates/generator/plugin_controller.tpl index 6b6cc8c..802b23c 100644 --- a/templates/generator/plugin_controller.tpl +++ b/templates/generator/plugin_controller.tpl @@ -3,7 +3,7 @@ declare(strict_types=1); namespace %namespace%\Http\Controller; -use App\Http\Controller\Controller\ApplicationController as BaseController; +use App\Http\Controller\ApplicationController as BaseController; class ApplicationController extends BaseController {