mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-21 22:53:41 +01:00
5 lines
89 B
PHP
5 lines
89 B
PHP
<?php
|
|
|
|
require __DIR__ . '/autoload.php';
|
|
|
|
$fahrzeug1 = new \Fahrzeuge\Autos\Limousine(); |