We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b62c4 commit 78a01bfCopy full SHA for 78a01bf
docs/customization/integrating_custom_view_libs.md
@@ -16,7 +16,7 @@ use CodeIgniter\Shield\Controllers\LoginController;
16
17
class MyLoginController extends LoginController
18
{
19
- use Themable;
+ use Themeable;
20
21
protected function view(string $view, array $data = [], array $options = []): string
22
0 commit comments