Skip to content

Commit

Permalink
Fixed use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Aug 30, 2020
1 parent ae6b823 commit 20b6154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/generator/plugin_controller.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 20b6154

Please sign in to comment.