Skip to content

Commit

Permalink
fix trait's name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amiraiman authored Nov 7, 2024
1 parent 86b62c4 commit 78a01bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customization/integrating_custom_view_libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use CodeIgniter\Shield\Controllers\LoginController;

class MyLoginController extends LoginController
{
use Themable;
use Themeable;

protected function view(string $view, array $data = [], array $options = []): string
{
Expand Down

0 comments on commit 78a01bf

Please sign in to comment.