mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add php doc.
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
parent
583687f3a7
commit
ccd55257cd
@ -28,6 +28,11 @@ class PreferencesController extends Controller
|
|||||||
View::share('mainTitleIcon', 'fa-gear');
|
View::share('mainTitleIcon', 'fa-gear');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param Google2FA $google2fa
|
||||||
|
*
|
||||||
|
* @return View
|
||||||
|
*/
|
||||||
public function code(Google2FA $google2fa)
|
public function code(Google2FA $google2fa)
|
||||||
{
|
{
|
||||||
$domain = $this->getDomain();
|
$domain = $this->getDomain();
|
||||||
|
Loading…
Reference in New Issue
Block a user