Skip to content

Commit 78a01bf

Browse files
authored
fix trait's name typo
1 parent 86b62c4 commit 78a01bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization/integrating_custom_view_libs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use CodeIgniter\Shield\Controllers\LoginController;
1616

1717
class MyLoginController extends LoginController
1818
{
19-
use Themable;
19+
use Themeable;
2020

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

0 commit comments

Comments
 (0)