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