<?php
namespace AshBaker;
class About extends Me
{
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'Nita',
'position' => 'Founder'
]
];
}
public function getDailyKnowledge(): array
{
return [
my::class,
];
}
public function getFutureGoal(): string
{
return 'To contribute to open source.';
}
}-
Notifications
You must be signed in to change notification settings - Fork 0
wizwizdev/wizwizdev
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
À propos de WizWiz
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published