<?php
namespace Emile442;
class About extends Me
{
public function getCurrentWorkplace()
{
return [
'workplace' => [
'school' => '{EPITECH}',
'position' => 'Student'
]
];
}
public function getDailyKnowledge()
{
return [
[Php::class, Laravel::class],
[Vuejs::class, React::class],
CPP::class,
];
}
}
Highlights
Pinned 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.