'boolean']; } public function customer() { return $this->belongsTo(Customer::class); } public function file() { return $this->belongsTo(StoredFile::class, 'stored_file_id'); } }