mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2026-02-05 22:55:14 +01:00
10 lines
89 B
PHP
10 lines
89 B
PHP
<?php
|
|
|
|
namespace Fahrzeuge\Autos;
|
|
|
|
use Fahrzeuge\Auto;
|
|
|
|
class Limousine extends Auto
|
|
{
|
|
|
|
} |