Update ReportLog model

pull/780/head
Daniel Supernault 2019-02-03 14:49:26 -07:00
rodzic 828fea1612
commit df2d37b27c
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 ReportLog extends Model
{
//
public function profile()
{
return $this->belongsTo(Profile::class);
}
}