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 b2f47b3 commit 64fbd7aCopy full SHA for 64fbd7a
docs/customization.md
@@ -103,7 +103,7 @@ class MyLoginController extends LoginController
103
{
104
use Themable;
105
106
- protected function view(string $view, array $data=[], array $options=[])
+ protected function view(string $view, array $data = [], array $options = []): string
107
108
return $this->themedView($view, $data, $options);
109
}
0 commit comments