mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2026-02-06 07:05:14 +01:00
Initiale Version
This commit is contained in:
9
Kapitel_10/Lektion_2/web/index.php
Normal file
9
Kapitel_10/Lektion_2/web/index.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
$pdfGenerator = new \MeineApp\PdfGenerator();
|
||||
$pdfGenerator->sendePdf();
|
||||
|
||||
$mail = Swift_Message::newInstance();
|
||||
$mail->setSubject('...');
|
||||
Reference in New Issue
Block a user