<?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.';
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Nimaw/Nimaw
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published