From 2b7e31ffa79f508453bc5c759a7511e476cbbe96 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 8 Jul 2018 17:14:26 +0200 Subject: Added basic blockchain-like hashing for verified data --- app/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/User.php') diff --git a/app/User.php b/app/User.php index 4d6d0ee..d8caf1e 100644 --- a/app/User.php +++ b/app/User.php @@ -13,7 +13,7 @@ class User extends Authenticatable * @var array */ protected $fillable = [ - 'name', 'email', 'password', + 'name', 'email', 'password', 'hash' ]; /** -- cgit v1.2.3