<?php
namespace AsrorovSaid;
final class About extends Me
{
public $contacts = [
'Telagram' => 'Caidazam'
];
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'Alif',
'position' => 'Backend'
]
];
}
public function getDailyKnowledge(): array
{
return [
Php::class,
Javascript::class,
Laravel::class,
Vuejs::class,
Python::class,
];
}
}
Popular repositories Loading
-
-
-
-
-
zanzara
zanzara PublicForked from badfarm/zanzara
Asynchronous PHP Telegram Bot Framework built on top of ReactPHP
PHP
-
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.