hasMany(Contact::class); } public function user() { return $this->belongsTo('App\User'); } }