<?php
namespace App\Models;
use Illuminate\Foundation\Human;
class Nima extends Human
{
use InteractsWithHeartBeats, InteractsWithDifficultconditions;
public function getCurrentWorkplaceAttribute(): array
{
return [
'workplace' => [
'company' => 'Mdadeh',
'position' => 'Back End developer'
]
];
}
public function getDailyKnowledgeAttribute(): array
{
return [
Php::class,
Laravel::class,
Python::class,
JS::class,
Git::class
];
}
public function getFutureGoalAttribute(): string
{
return 'To contribute to more open source projects.';
}
}Nimaw/Nimaw
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|