Skip to content

Commit

Permalink
IP-304: Create a view file for the solutions.index Controller method.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandrk committed Nov 27, 2024
1 parent 399aeb6 commit 02caecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/Solution/SolutionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public function __construct(SolutionManager $solutionManager) {
/**
* Display a listing of the resource.
*/
public function index() {
//
public function index(): View {
return view('backoffice.management.solution.index');
}

/**
Expand Down

0 comments on commit 02caecf

Please sign in to comment.