Auth and password controller.

This commit is contained in:
James Cole
2015-05-10 13:06:02 +02:00
parent a2a39ee0f8
commit 355862025a
6 changed files with 79 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ use Illuminate\Foundation\Auth\ResetsPasswords;
/**
* Class PasswordController
*
* @codeCoverageIgnore
* @package FireflyIII\Http\Controllers\Auth
*/
class PasswordController extends Controller