'int', 'pos' => 'int' ]; protected $fillable = [ 'lodging_id', 'pos', 'full_file_name', 'file_name', 'description' ]; public function fewo_lodging() { return $this->belongsTo(\App\Models\FewoLodging::class, 'lodging_id'); } }