mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 14:41:20 +00:00
Did some code cleanup. Comments and headers mostly.
This commit is contained in:
@@ -4,6 +4,11 @@ namespace FireflyIII;
|
||||
|
||||
use Illuminate\Foundation\Auth\User as Authenticatable;
|
||||
|
||||
/**
|
||||
* Class User
|
||||
*
|
||||
* @package FireflyIII
|
||||
*/
|
||||
class User extends Authenticatable
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user