Skip to content

unknownkz/unknownkz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

912 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ʜᴇʟʟᴏ ᴛʜᴇʀᴇ ꜰᴇʟʟᴏᴡ

<?php

namespace MrKz;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'None',
                'position' => 'Founder'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Unknown::class,
            Unknown::class,
            Unknown::class,
            Unknown::class,
        ];
    }

    public function getFutureGoal(): string
    {
        return 'To contribute to open source.';
    }
}

📫 Contacts:

Metrics

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors