Skip to content

Commit bcd1e6b

Browse files
committed
Add return type to controller
1 parent 4b17fa4 commit bcd1e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/StageFrontController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class StageFrontController extends Controller
1010
/**
1111
* Show the StageFront login screen.
1212
*
13-
* @return \Illuminate\View\View
13+
* @return \Illuminate\View\View|\Illuminate\Http\RedirectResponse
1414
*/
1515
public function create()
1616
{

0 commit comments

Comments
 (0)