Update ReportComment model

pull/780/head
Daniel Supernault 2019-02-03 14:49:11 -07:00
rodzic 4415530458
commit 828fea1612
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -6,5 +6,8 @@ use Illuminate\Database\Eloquent\Model;
class ReportComment extends Model
{
//
public function profile()
{
return $this->belongsTo(Profile::class);
}
}