<?php
namespace AdriaCanal;
class About extends Me
{
public static array $PRONOUNS = ['He', 'Him'];
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'GNA Hotel Solutions',
'position' => 'Backend Developer'
]
];
}
public function getCurrentKnowledge(): array
{
return [
Php::class,
Laravel::class,
TailwindCss::class,
AlpineJs::class,
Livewire::class
];
}
public function getInTouch():void
{
Mail::to('[email protected]')->send(new ContactMail());
}
}
- Catalonia
- @Nokkerzz
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.