Skip to content

Commit

Permalink
Merge pull request #159 from conedevelopment/szepeviktor-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo authored Sep 26, 2023
2 parents f739845 + e8c342c commit 20973db
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 20973db

Please sign in to comment.