refactor: fix bad return types with Psalter (#2435)
This commit is contained in:
committed by
Alexis Saettler
parent
e04de7e101
commit
684ce6bc56
@@ -17,7 +17,7 @@ class DashboardController extends Controller
|
||||
/**
|
||||
* Display a listing of the resource.
|
||||
*
|
||||
* @return \Illuminate\Http\Response
|
||||
* @return \Illuminate\View\View|\Illuminate\Contracts\View\Factory
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user