<?php
class About extends Me {
private string $name = 'Marcel';
private string $user = 'maersux';
private int $age = 25;
public function getSocials(): array {
return [
'discord' => '@maersux',
'instagram' => '@maersux',
'twitch' => '@maersux'
];
}
}
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.