user edit form

This commit is contained in:
2018-07-22 23:08:16 +02:00
parent ddb885b4e2
commit 1c6dedbb34
29 changed files with 730 additions and 395 deletions
+1
View File
@@ -11,6 +11,7 @@ use Illuminate\Database\Eloquent\Model;
* @property \Carbon\Carbon $created_at
* @property int $user_id
* @property string $token
* @property string $email
* @property-read User $user
*/
class EmailConfirmation extends Model