Skip to content

Commit 2566424

Browse files
committed
Imrove comment for frontendController method
1 parent 6fbac6c commit 2566424

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Screen/Screen.php

+7-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,13 @@ public function backWith(array $data): RedirectResponse
501501
}
502502

503503
/**
504-
* Name frontend controller in screen.
504+
* Returns the name of the base Stimulus controller for the frontend.
505+
*
506+
* This method is used to determine the base Stimulus controller that will be
507+
* utilized on the frontend of the application. The controller manages the
508+
* behavior of UI elements, interacting with other components via Hotwire.
509+
*
510+
* @return string The name of the base controller.
505511
*/
506512
public function frontendController(): string
507513
{

0 commit comments

Comments
 (0)