From: William Desportes <williamdes@wdes.fr>
Date: Thu, 19 Aug 2021 17:51:19 +0200
Subject: Update the composer example to use the Debian include_path way

Origin: vendor
Forwarded: not-needed
---
 examples/example_066.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/example_066.php b/examples/example_066.php
index c31cb79..29494df 100644
--- a/examples/example_066.php
+++ b/examples/example_066.php
@@ -18,8 +18,8 @@
  * @group pdf
  */
 
-// Include the main TCPDF library (search for installation path).
-require_once('tcpdf_include.php');
+// Load the class from Debian
+require_once '/usr/share/php/tcpdf/autoload.php';
 
 // create new PDF document
 $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false, 3);
