<?php
namespace Mahyar;
class About extends Me
{
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'Scorpian',
'position' => 'Founder'
]
];
}
public function getDailyKnowledge(): array
{
return [
my::class,
];
}
public function getFutureGoal(): string
{
return 'To contribute to open source.';
}
}
🏠
Iran
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.