Skip to content

wizwizdev/wizwizdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Hi Baby 👋

<?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.';
    }
}

About

À propos de WizWiz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published