add doc comments to models
This commit is contained in:
+3
-3
@@ -4,7 +4,6 @@ namespace App\Models;
|
||||
|
||||
use AdamWathan\EloquentOAuth\OAuthIdentity;
|
||||
use App\Models\Concerns\Reportable;
|
||||
use Carbon\Carbon;
|
||||
use Illuminate\Database\Eloquent\Collection;
|
||||
use Illuminate\Notifications\Notifiable;
|
||||
use Illuminate\Foundation\Auth\User as Authenticatable;
|
||||
@@ -12,8 +11,9 @@ use Illuminate\Foundation\Auth\User as Authenticatable;
|
||||
/**
|
||||
* A user in the application
|
||||
*
|
||||
* @property Carbon $created_at
|
||||
* @property Carbon $updated_at
|
||||
* @property int $id
|
||||
* @property \Carbon\Carbon $created_at
|
||||
* @property \Carbon\Carbon $updated_at
|
||||
* @property string $name - unique, for vanity URL
|
||||
* @property string $email - unique, for login and social auth chaining
|
||||
* @property string $password - hashed pw
|
||||
|
||||
Reference in New Issue
Block a user