Skip to content

Commit

Permalink
Imrove comment for frontendController method
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed May 24, 2024
1 parent 6fbac6c commit 2566424
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Screen/Screen.php
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,13 @@ public function backWith(array $data): RedirectResponse
}

/**
* Name frontend controller in screen.
* Returns the name of the base Stimulus controller for the frontend.
*
* This method is used to determine the base Stimulus controller that will be
* utilized on the frontend of the application. The controller manages the
* behavior of UI elements, interacting with other components via Hotwire.
*
* @return string The name of the base controller.
*/
public function frontendController(): string
{
Expand Down

0 comments on commit 2566424

Please sign in to comment.