Skip to content

Commit

Permalink
Merge pull request #1223 from amiraiman/develop
Browse files Browse the repository at this point in the history
docs: fix trait's name typo in integrating custom view lib
  • Loading branch information
datamweb authored Nov 7, 2024
2 parents 86b62c4 + 78a01bf commit de8e234
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 de8e234

Please sign in to comment.