forked from magonysandormate/PeePal
Működik a form a módosított adatbázissal
This commit is contained in:
@@ -13,6 +13,10 @@ class WcAdatok extends Model
|
||||
return $this->belongsTo(Keruletek::class);
|
||||
}
|
||||
|
||||
public function felhasznalo(){
|
||||
return $this->belongsTo(User::class);
|
||||
}
|
||||
|
||||
protected $table = 'wc_adatok';
|
||||
|
||||
protected $fillable = [
|
||||
|
||||
Reference in New Issue
Block a user