File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1818use Northwestern \SysDev \SOA \Auth \Strategy \NoSsoSession ;
1919use Northwestern \SysDev \SOA \Auth \Strategy \WebSSOStrategy ;
2020
21+ /**
22+ * @phpstan-ignore trait.unused
23+ */
2124trait WebSSOAuthentication
2225{
2326 use RedirectsUsers, WebSSORoutes;
Original file line number Diff line number Diff line change 22
33namespace Northwestern \SysDev \SOA \Auth ;
44
5+ /**
6+ * @phpstan-ignore trait.unused
7+ */
58trait WebSSORoutes
69{
710 /** Route name for your login page */
Original file line number Diff line number Diff line change @@ -12,11 +12,13 @@ class MakeWebSSO extends GeneratorCommand
1212
1313 protected $ type = 'Controller ' ;
1414
15- public function handle ()
15+ public function handle (): ? bool
1616 {
1717 parent ::handle ();
1818
1919 $ this ->ejectRoutes ();
20+
21+ return true ;
2022 }
2123
2224 protected function getNameInput ()
You can’t perform that action at this time.
0 commit comments