1
0
Эх сурвалжийг харах

Update EmailVerification model

Daniel Supernault 6 жил өмнө
parent
commit
4415530458

+ 5 - 0
app/EmailVerification.php

@@ -13,4 +13,9 @@ class EmailVerification extends Model
 
         return "{$base}{$path}";
     }
+
+	public function user()
+	{
+		return $this->belongsTo(User::class);
+	}
 }