mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Update PHP doc everywhere.
This commit is contained in:
@@ -46,6 +46,8 @@ class HomeController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* Index of the admin.
|
||||
*
|
||||
* @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
|
||||
*/
|
||||
public function index()
|
||||
@@ -58,6 +60,8 @@ class HomeController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* Send a test message to the admin.
|
||||
*
|
||||
* @param Request $request
|
||||
*
|
||||
* @return \Illuminate\Http\RedirectResponse|\Illuminate\Routing\Redirector
|
||||
|
Reference in New Issue
Block a user