Skip to content

Commit

Permalink
Fix method name in DashboardController
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Sep 25, 2023
1 parent f739845 commit e8c342c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/DashboardController.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DashboardController extends Controller
*/
public function __invoke(Request $request, Root $root): Response
{
return ResponseFactory::View('root::dashboard', [
return ResponseFactory::view('root::dashboard', [
'widgets' => $root->widgets->all(),
]);
}
Expand Down

0 comments on commit e8c342c

Please sign in to comment.