Did some code cleanup. Comments and headers mostly.

This commit is contained in:
James Cole
2016-01-09 08:20:55 +01:00
parent 9ff0b282f3
commit 2980860377
32 changed files with 198 additions and 69 deletions

View File

@@ -10,6 +10,11 @@ use Illuminate\Mail\Message;
use Illuminate\Support\Facades\Password;
/**
* Class PasswordController
*
* @package FireflyIII\Http\Controllers\Auth
*/
class PasswordController extends Controller
{
/*
@@ -28,7 +33,6 @@ class PasswordController extends Controller
/**
* Create a new password controller instance.
*
* @return void
*/
public function __construct()
{