Kaynağa Gözat

Update Avatar model

Daniel Supernault 6 yıl önce
ebeveyn
işleme
8de42c7862
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      app/Avatar.php

+ 5 - 0
app/Avatar.php

@@ -15,4 +15,9 @@ class Avatar extends Model
      * @var array
      */
     protected $dates = ['deleted_at'];
+
+    public function profile()
+    {
+    	return $this->belongsTo(Profile::class);
+    }
 }