Add php doc.

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole 2016-03-07 20:19:05 +01:00
parent 583687f3a7
commit ccd55257cd

View File

@ -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();